diff --git a/compose.yml b/compose.yml index 9e96437..f3c90da 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: web: - image: ghcr.io/imnyang/imnya.ng:latest + image: git.mizuki.guru/imnyang/imnya.ng:latest ports: - "3000:3000" restart: always