update postgres volume path
This commit is contained in:
parent
de8cbb0605
commit
ecefee4d65
|
@ -31,7 +31,7 @@ services:
|
||||||
build: ./data
|
build: ./data
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/mysql
|
- /var/lib/mysql
|
||||||
- /var/lib/postgresql/data
|
- /var/lib/postgres
|
||||||
- /var/lib/redis
|
- /var/lib/redis
|
||||||
|
|
||||||
### MySQL Container #########################################
|
### MySQL Container #########################################
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM postgres:latest
|
||||||
|
|
||||||
MAINTAINER Ben M <git@bmagg.com>
|
MAINTAINER Ben M <git@bmagg.com>
|
||||||
|
|
||||||
VOLUME /var/lib/postgresql/data
|
VOLUME /var/lib/postgres
|
||||||
|
|
||||||
CMD ["postgres"]
|
CMD ["postgres"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue