fix(compose): rename container from godoxy to godoxy-proxy to prevent route conflict

This commit is contained in:
yusing 2025-06-08 17:55:17 +08:00
parent 2263d6063e
commit 01773976d1

View file

@ -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