mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Updated docker-compose.yml to use weekly image instead of nightly
This commit is contained in:
parent
b4234523cb
commit
943cfe2d89
@ -2,7 +2,7 @@ version: "3.5"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
game-server:
|
game-server:
|
||||||
image: registry.gitlab.com/veloren/veloren/server-cli:nightly
|
image: registry.gitlab.com/veloren/veloren/server-cli:weekly
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
container_name: veloren-game-server-master
|
container_name: veloren-game-server-master
|
||||||
|
Loading…
Reference in New Issue
Block a user