bikecoders / docker-compose_wordpress

Docker compose for wordpress development and deployment with https with letsencrypt, nginx, mariadb, php7.1, wp-cli and phpmyadmin
MIT License
4 stars 2 forks source link

Container always running #10

Closed dianjuar closed 6 years ago

dianjuar commented 6 years ago

When you start the docker service you get several containers already running.

Maybe this could be because of restart: always

https://github.com/bikecoders/docker-compose_wordpress/blob/cf99b316944ac4f312e1020c6ff5feda9cdc4431/docker-compose.yml#L8

dianjuar commented 6 years ago

In fact was because of that... Have that in production is very useful, because if the server restart the containers with restart: always will automatically start but development is not so useful