Skip to content

Commit

Permalink
fix: project zomboid server
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhobson committed Aug 18, 2023
1 parent c6a61fe commit a1a9d33
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Sergen.Core/GameServers/project-zomboid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serverName": "Project-Zomboid",
"containerName": "cyrale/project-zomboid",
"containerName": "renegademaster/zomboid-dedicated-server",
"containerType": "Sergen.Core.Services.Containers.Docker.DockerInterface",
"ports": {
"8766": "udp",
Expand All @@ -18,10 +18,11 @@
},
"environmentalVariables": {
"SERVER_NAME": "SergenZomboidServer",
"ADMIN_PASSWORD": "zomboid-admin-password"
"ADMIN_PASSWORD": "zomboid-admin-password",
"SERVER_PASSWORD": "12345"
},
"binds": [
"/server-data",
"/server-files"
"/ZomboidConfig",
"/ZomboidDedicatedServer"
]
}
}

0 comments on commit a1a9d33

Please sign in to comment.