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

This commit is contained in:
TheTxT 2025-08-20 19:38:05 +02:00
parent 617f10abd0
commit f8bda06998

View file

@ -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