fix: correct docker registry URL to abusoww/tuxmate

This commit is contained in:
N1C4T
2026-01-05 23:19:20 +04:00
parent aab08011a3
commit 94e9f6b598

View File

@@ -5,7 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: ghcr.io/retrozenith/tuxmate:latest image: ghcr.io/abusoww/tuxmate:latest
container_name: tuxmate container_name: tuxmate
ports: ports:
- "3000:80" - "3000:80"