update compose with the registry image
This commit is contained in:
parent
0baccf1ea5
commit
662192ab41
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
mozhi:
|
mozhi:
|
||||||
build: .
|
#build: .
|
||||||
|
image: codeberg.org/aryak/mozhi:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
Loading…
Reference in a new issue