mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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:
parent
067fe9b534
commit
652c8464a7
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue