- L - Linux (Alpine)
- E - Nginx
- M - MySQL
- P - PHP
- R - Redis
- N - NPM
- server up
$ docker stack deploy -c docker-compose.yml local
- server down
$ docker stack rm local
- connect server
docker exec -it $(docker ps -f name=php -q) bash
- I created convenient startup bash script with alias command => Alias bash script
- If having issue with mouting volume, then use full path, ex:
/c/code/