mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
fix(compose): rename container from godoxy to godoxy-proxy to prevent route conflict
This commit is contained in:
parent
2263d6063e
commit
01773976d1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ services:
|
||||||
# - 172.16.0.0/12
|
# - 172.16.0.0/12
|
||||||
app:
|
app:
|
||||||
image: ghcr.io/yusing/godoxy:${TAG:-latest}
|
image: ghcr.io/yusing/godoxy:${TAG:-latest}
|
||||||
container_name: godoxy
|
container_name: godoxy-proxy
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host # do not change this
|
network_mode: host # do not change this
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
Loading…
Add table
Reference in a new issue