Refactor compose/apps.yml to remove trailing slash from pgadmin_data volume path
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user