mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 08:25:23 +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:
|
||||
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work
|
||||
restart: always
|
||||
|
||||
##
|
||||
## All .env variables
|
||||
@ -206,7 +205,6 @@ services:
|
||||
# ------------------------------------------------------------
|
||||
httpd:
|
||||
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.17
|
||||
restart: always
|
||||
|
||||
environment:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user