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
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
labels:
|
||||
- proxy.aliases=gp
|
||||
- proxy.gp.port=3000
|
||||
# if you also want to proxy the WebUI and access it via gp.y.z
|
||||
# labels:
|
||||
# - proxy.aliases=gp
|
||||
# - proxy.gp.port=3000
|
||||
depends_on:
|
||||
- app
|
||||
app:
|
||||
|
|
Loading…
Add table
Reference in a new issue