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