fix: correct Docker image name in compose files (#198)

Closes #182
This commit is contained in:
SnapOtter
2026-06-05 17:04:52 +08:00
committed by GitHub
parent bec3b1e289
commit 32055e0b32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
build:
context: ..
dockerfile: docker/Dockerfile
image: snapotter:latest
image: snapotter/snapotter:latest
container_name: SnapOtter
ports:
# For internet-facing deployments, bind to localhost only:
+1 -1
View File
@@ -9,7 +9,7 @@ services:
build:
context: ..
dockerfile: docker/Dockerfile
image: snapotter:latest
image: snapotter/snapotter:latest
container_name: SnapOtter
ports:
# For internet-facing deployments, bind to localhost only: