Skip to content

Commit 0b7cb81

Browse files
authored
Merge pull request laradock#1333 from Zamerick/master
updates path for postgres
2 parents 368c85d + 7bd22f0 commit 0b7cb81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ services:
288288
postgres:
289289
build: ./postgres
290290
volumes:
291-
- ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql/data
291+
- ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql
292292
ports:
293293
- "${POSTGRES_PORT}:5432"
294294
environment:

0 commit comments

Comments
 (0)