update docker-compose.yml to use new container registry
Some checks failed
Build, test and push / build_server_docker_image (push) Has been cancelled
Build, test and push / server_test (push) Has been cancelled
Build, test and push / lib_test (push) Has been cancelled
Build, test and push / server_clippy (push) Has been cancelled
Build, test and push / lib_clippy (push) Has been cancelled
Build, test and push / push_server (push) Has been cancelled
Some checks failed
Build, test and push / build_server_docker_image (push) Has been cancelled
Build, test and push / server_test (push) Has been cancelled
Build, test and push / lib_test (push) Has been cancelled
Build, test and push / server_clippy (push) Has been cancelled
Build, test and push / lib_clippy (push) Has been cancelled
Build, test and push / push_server (push) Has been cancelled
This commit is contained in:
parent
617f10abd0
commit
f8bda06998
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
server:
|
||||
image: ghcr.io/t-x-t/oxide/server:main
|
||||
image: git.thetxt.io/thetxt/oxide/server:main
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 25565:25565
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue