mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-28 03:43:10 -07:00
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:
@@ -16,7 +16,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: servatrice
|
||||
image: ghcr.io/cockatrice/servatrice:latest
|
||||
depends_on:
|
||||
- mysql
|
||||
ports:
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: servatrice
|
||||
image: ghcr.io/cockatrice/servatrice:latest
|
||||
depends_on:
|
||||
- mysql
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user