Fix: Passt das mit dem Volume-Name nochmal an...
This commit is contained in:
@@ -8,9 +8,9 @@ services:
|
|||||||
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-changeme}
|
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-changeme}
|
||||||
SCRIPT_NAME: ${SCRIPT_NAME:-}
|
SCRIPT_NAME: ${SCRIPT_NAME:-}
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/lib/pgadmin:delegated
|
- pgadmin_data:/var/lib/pgadmin:delegated
|
||||||
ports:
|
ports:
|
||||||
- 9440:80
|
- 9440:80
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
pgadmin_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user