Specifying included docker-compose files in the .env is more flexible than hardcoding in the shell script.
This commit is contained in:
@ -7,6 +7,9 @@
|
||||
|
||||
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
|
||||
|
||||
# Replace the above with the following line if you wish to use docker-sync.
|
||||
# COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml:docker-compose.sync.yml
|
||||
|
||||
### Application Path ###################################################################################################
|
||||
# Point to your code, will be available at `/var/www`.
|
||||
|
||||
|
Reference in New Issue
Block a user