change port
This commit is contained in:
parent
0fac4c9401
commit
49b5fef745
|
@ -7,7 +7,7 @@ services:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
ports:
|
ports:
|
||||||
- "100.104.163.2:3001:3001"
|
- "100.104.163.2:4001:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/app/config # Make sure your local config directory exists
|
- /path/to/config:/app/config # Make sure your local config directory exists
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
|
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
|
||||||
|
|
Loading…
Reference in New Issue