mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-20 17:33:05 +00:00
Fix #242 - Prevent auto-starts on Windows
This commit is contained in:
parent
6f0ca30ad9
commit
c2dae8ebc2
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user