fix(docker): correct image in rootless docker compose

This commit is contained in:
yusing
2025-10-11 11:27:14 +08:00
parent e72e20af69
commit d1e403e16f

View File

@@ -44,7 +44,7 @@ services:
networks:
- godoxy
app:
image: yusing/godoxy:test
image: ghcr.io/yusing/godoxy:${TAG:-latest}
container_name: godoxy-proxy
restart: always
env_file: .env