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: networks:
- godoxy - godoxy
app: app:
image: yusing/godoxy:test image: ghcr.io/yusing/godoxy:${TAG:-latest}
container_name: godoxy-proxy container_name: godoxy-proxy
restart: always restart: always
env_file: .env env_file: .env