mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +00:00
Cleanup docker-compose.yml
This commit is contained in:
parent
ca5dec2e57
commit
b07e2cb747
@ -1,3 +1,4 @@
|
||||
---
|
||||
##
|
||||
## -------------------------
|
||||
## | D E V I L S T A C K |
|
||||
@ -6,8 +7,8 @@
|
||||
## Local LAMP/LEMP stack
|
||||
##
|
||||
##
|
||||
## ${VARIABLE:-default} will evaluate to default if VARIABLE is unset or empty in the environment.
|
||||
## ${VARIABLE-default} will evaluate to default only if VARIABLE is unset in the environment.
|
||||
## ${VARIABLE:-default} will evaluate to default if VARIABLE is unset or empty.
|
||||
## ${VARIABLE-default} will evaluate to default only if VARIABLE is unset.
|
||||
##
|
||||
##
|
||||
## -- DO NOT EDIT THIS FILE --
|
||||
@ -21,7 +22,6 @@
|
||||
## $ cp env-example .env
|
||||
##
|
||||
|
||||
|
||||
version: '2.1'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user