changed volume
This commit is contained in:
@@ -9,9 +9,6 @@ services:
|
|||||||
PGADMIN_DEFAULT_EMAIL: ${USERNAME}
|
PGADMIN_DEFAULT_EMAIL: ${USERNAME}
|
||||||
PGADMIN_DEFAULT_PASSWORD: ${PASSWORD}
|
PGADMIN_DEFAULT_PASSWORD: ${PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- pgadmin-data:/var/lib/pgadmin
|
- ${PGADMIN_DATA}:/var/lib/pgadmin
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
volumes:
|
|
||||||
pgadmin-data:
|
|
||||||
Reference in New Issue
Block a user