fix: Use Forgejo registry URL for Docker image
This commit is contained in:
parent
31e56f0bad
commit
6209665659
1 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
services:
|
services:
|
||||||
kv-pix:
|
kv-pix:
|
||||||
image: kv-pix:latest
|
image: git.khoavo.myds.me/vndangkhoa/apix:latest
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: kv-pix
|
container_name: kv-pix
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue