mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sharp/docker-stdin-open' into 'master'
Open stdin when using Veloren with docker. See merge request veloren/veloren!2288
This commit is contained in:
commit
3f4ff839bb
@ -3,6 +3,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:nightly
|
||||||
|
stdin_open: true
|
||||||
container_name: veloren-game-server-master
|
container_name: veloren-game-server-master
|
||||||
ports:
|
ports:
|
||||||
- "14004:14004"
|
- "14004:14004"
|
||||||
|
Loading…
Reference in New Issue
Block a user