We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8cbb0 commit ecefee4Copy full SHA for ecefee4
2 files changed
docker-compose.yml
@@ -31,7 +31,7 @@ services:
31
build: ./data
32
volumes:
33
- /var/lib/mysql
34
- - /var/lib/postgresql/data
+ - /var/lib/postgres
35
- /var/lib/redis
36
37
### MySQL Container #########################################
postgres/Dockerfile
@@ -2,7 +2,7 @@ FROM postgres:latest
2
3
MAINTAINER Ben M <git@bmagg.com>
4
5
-VOLUME /var/lib/postgresql/data
+VOLUME /var/lib/postgres
6
7
CMD ["postgres"]
8
0 commit comments