Tags
This commit is contained in:
parent
759aa234c6
commit
fccff6558a
2 changed files with 12 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
|||
images = {
|
||||
default = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "docker-vintagestory-server";
|
||||
tag = "latest";
|
||||
tag = "1.18.15";
|
||||
architecture = "amd64";
|
||||
|
||||
contents =
|
||||
|
|
@ -85,7 +85,6 @@
|
|||
config = {
|
||||
Env = ["HOME=/home/dotnet"];
|
||||
Cmd = ["vintagestory-server" "--dataPath" "/game"];
|
||||
#Cmd = ["/bin/bash"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue