docs: Fertiges Docker Image aus Container-Registry bewerben

This commit is contained in:
2026-03-22 01:44:09 +01:00
parent 7482071f2c
commit 3354ebd541
6 changed files with 46 additions and 16 deletions

View File

@@ -56,5 +56,5 @@ docker run -d \
-v ./data/gamedata:/opt/tmserver/GameData \
-v ./data/controlpanel:/var/www/html \
-v ./data/xaseco:/opt/tmserver/xaseco \
--name tmserver tmserver:latest
--name tmserver git.techniverse.net/scriptos/trackmania-server:latest
```