fix first online resevation
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
pgmanage:
|
||||
image: cmdpromptinc/pgmanage-enterprise:latest
|
||||
container_name: pgmanage
|
||||
user: "0:0"
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
PGMANAGE_LISTEN_PORT: "8000"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
- pgmanage_data:/appdata
|
||||
|
||||
volumes:
|
||||
pgmanage_data:
|
||||
Reference in New Issue
Block a user