From 01773976d1f91179cf32aca70a2050e0be8b9aed Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 8 Jun 2025 17:55:17 +0800 Subject: [PATCH] fix(compose): rename container from godoxy to godoxy-proxy to prevent route conflict --- compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.example.yml b/compose.example.yml index 727d720..700c771 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -50,7 +50,7 @@ services: # - 172.16.0.0/12 app: image: ghcr.io/yusing/godoxy:${TAG:-latest} - container_name: godoxy + container_name: godoxy-proxy restart: always network_mode: host # do not change this env_file: .env