Updated postgres-compose.yml

Changed location of pgadmin volume
This commit is contained in:
pixelthorn
2026-06-28 17:19:47 +02:00
parent 1237817745
commit 010ce0ffd4
+1 -4
View File
@@ -25,7 +25,4 @@ services:
depends_on: depends_on:
- postgres - postgres
volumes: volumes:
- pgadmin:/var/lib/pgadmin - /srv/docker/office/postgresdb/pgadmin:/var/lib/pgadmin
volumes:
pgadmin: