Fix #242 - Prevent auto-starts on Windows

This commit is contained in:
cytopia 2018-07-12 22:58:41 +02:00
parent 6f0ca30ad9
commit c2dae8ebc2
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -35,7 +35,6 @@ services:
# ------------------------------------------------------------
bind:
image: cytopia/bind:0.15
restart: always
ports:
# [local-machine:]local-port:docker-port
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_BIND:-1053}:53/tcp"
@ -95,7 +94,6 @@ services:
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work
restart: always
##
## All .env variables
@ -206,7 +204,6 @@ services:
# ------------------------------------------------------------
httpd:
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.17
restart: always
environment: