mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-07 11:30:16 +00:00
Merge pull request #309 from cytopia/fix-win-autostart
Fix #242 - Prevent auto-starts on Windows
This commit is contained in:
commit
109413cfa8
@ -95,7 +95,6 @@ services:
|
|||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
php:
|
php:
|
||||||
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work
|
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work
|
||||||
restart: always
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## All .env variables
|
## All .env variables
|
||||||
@ -206,7 +205,6 @@ services:
|
|||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
httpd:
|
httpd:
|
||||||
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.17
|
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.17
|
||||||
restart: always
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user