mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-21 20:04:03 +02:00
update compose example
This commit is contained in:
parent
415f169f48
commit
ac3af49aa7
1 changed files with 29 additions and 28 deletions
|
@ -4,9 +4,10 @@ services:
|
||||||
container_name: go-proxy-frontend
|
container_name: go-proxy-frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
labels:
|
# if you also want to proxy the WebUI and access it via gp.y.z
|
||||||
- proxy.aliases=gp
|
# labels:
|
||||||
- proxy.gp.port=3000
|
# - proxy.aliases=gp
|
||||||
|
# - proxy.gp.port=3000
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
app:
|
app:
|
||||||
|
|
Loading…
Add table
Reference in a new issue