mirror of
https://github.com/yusing/godoxy.git
synced 2025-12-21 08:29:57 -06:00
fix(docker): correct image in rootless docker compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user