Docker compose: Link to our GHCR hosted servatrice image (#6728)

* Point to our own image

* Point to our own image

* Readd build

* Readd build
This commit is contained in:
tooomm
2026-03-22 10:28:24 +01:00
committed by GitHub
parent 067fe9b534
commit 652c8464a7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: servatrice
image: ghcr.io/cockatrice/servatrice:latest
depends_on:
- mysql
ports:

View File

@@ -16,7 +16,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: servatrice
image: ghcr.io/cockatrice/servatrice:latest
depends_on:
- mysql
ports: