1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

Update docker.md with correct postgresql directory for persitence

This commit is contained in:
Max
2019-01-27 16:16:24 +00:00
parent 6d1563e22a
commit f2ff2b4940
+1 -1
View File
@@ -24,7 +24,7 @@ services:
networks:
- db_network
volumes:
- postgres_data_volume:/var/lib/postgres
- postgres_data_volume:/var/lib/postgresql/data
networks:
db_network: