We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1408f13 commit 9b42a9eCopy full SHA for 9b42a9e
.docker/compose/docker.env
@@ -2,6 +2,8 @@
2
COMPOSE_PATH_SEPARATOR=;
3
COMPOSE_PROJECT_NAME=sfdemo
4
COMPOSE_FILE=.docker/compose/base.yml;.docker/compose/base-dev.yml;.docker/compose/phpmyadmin.yml;.docker/compose/maildev.yml
5
+# [COMPOSE_FILE] You can add ;.docker/compose/custom.yml for customize your local install
6
+
7
# VOLUME_USER_ID=1001 # You can set your Linux UserID (command: id -u)
8
# COMPOSER_HOME=/home/$user/.cache/composer/ # You can set your composer folder, change $user by your username
9
.gitignore
@@ -1,6 +1,6 @@
1
project/
!project/.gitkeep
.env
-!.docker/compose/.env.dist
+.docker/compose/custom.yml
docker-compose.override.yml
dump_*.sql
0 commit comments