Last active
January 22, 2021 20:34
Revisions
-
BeKnowDo revised this gist
Jan 22, 2021 . No changes.There are no files selected for viewing
-
BeKnowDo revised this gist
Jan 22, 2021 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,11 @@ # I'm just starting out with Docker so this is very much an entry-level attempt at setting up a development environment ## Stack (and official Docker image links) - [Alphine](https://hub.docker.com/_/alpine) - [NGINX](https://hub.docker.com/_/nginx) - [PHP](https://hub.docker.com/_/php) - [Composer](https://hub.docker.com/_/composer) - [NodeJS](https://hub.docker.com/_/node) - [Redis](https://hub.docker.com/_/redis) - [Maria DB](https://hub.docker.com/_/mariadb) - [PM2](https://hub.docker.com/r/keymetrics/pm2) -
BeKnowDo renamed this gist
Jan 22, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
BeKnowDo created this gist
Jan 22, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # I'm just starting out with Docker so this is very much an entry-level attempt at setting up a development environment ## Stack (and official Docker image links) - NGINX - PHP - NodeJS - Redis - Maria DB - [PM2](https://hub.docker.com/r/keymetrics/pm2)