Refactor compose/apps.yml to remove trailing slash from pgadmin_data volume path

This commit is contained in:
2024-05-30 12:16:16 +08:00
parent 6f3d3bbe49
commit cbbbe695ec
+1 -1
View File
@@ -181,7 +181,7 @@ services:
PGADMIN_DEFAULT_EMAIL: "${PGADMIN_DEFAULT_EMAIL}"
PGADMIN_DEFAULT_PASSWORD: "${PGADMIN_DEFAULT_PASSWORD}"
volumes:
- pgadmin_data:/var/lib/pgadmin/
- pgadmin_data:/var/lib/pgadmin
restart: unless-stopped
depends_on:
- postgres