Skip to content

Commit 76f2725

Browse files
committed
Update the docs to point out again the relative path problems.
1 parent 25af72c commit 76f2725

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ APP_PATH=./application
1212
DESTINATION_PATH=/application
1313

1414
# 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
1616
# So if your docker-compose.yml is in docker dir (as it is in dropin setup)
1717
# then the value shoule be ../data
1818
DATA_PATH=./data

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ Copy the `docker/.env.dist` to `.env` in your project root.
271271
- `COMPOSE_PROJECT_NAME`
272272
- `COMPOSE_FILE`
273273

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+
274277
If you are using `docker-sync`, you can start it in the terminal by executing
275278

276279
```bash

0 commit comments

Comments
 (0)