File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ APP_PATH=./application
12
12
DESTINATION_PATH=/application
13
13
14
14
# Path where to mount logs, redis, and mysql data
15
- # This is relative to the position of the docker-compose.yml
15
+ # THIS IS RELATIVE TO THE POSITION OF THE docker-compose.yml
16
16
# So if your docker-compose.yml is in docker dir (as it is in dropin setup)
17
17
# then the value shoule be ../data
18
18
DATA_PATH=./data
Original file line number Diff line number Diff line change @@ -271,6 +271,9 @@ Copy the `docker/.env.dist` to `.env` in your project root.
271
271
- ` COMPOSE_PROJECT_NAME `
272
272
- ` COMPOSE_FILE `
273
273
274
+ Pay special attention to ` DATA_PATH ` , ` DOCKER_SYNC_LOCATION ` and ` COMPOSE_FILE ` depending
275
+ if you are using docker-sync or not, and depending on your setup, the paths need to be adjusted.
276
+
274
277
If you are using ` docker-sync ` , you can start it in the terminal by executing
275
278
276
279
``` bash
You can’t perform that action at this time.
0 commit comments