Skip to content

Commit ecefee4

Browse files
committed
update postgres volume path
1 parent de8cbb0 commit ecefee4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
build: ./data
3232
volumes:
3333
- /var/lib/mysql
34-
- /var/lib/postgresql/data
34+
- /var/lib/postgres
3535
- /var/lib/redis
3636

3737
### MySQL Container #########################################

postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM postgres:latest
22

33
MAINTAINER Ben M <git@bmagg.com>
44

5-
VOLUME /var/lib/postgresql/data
5+
VOLUME /var/lib/postgres
66

77
CMD ["postgres"]
88

0 commit comments

Comments
 (0)