File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed
Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ docker run \
7676--env MAXPLAYERS=4 \
7777--env PGID=1000 \
7878--env PUID=1000 \
79- --env ROOTLESS=false \
8079--env STEAMBETA=false \
8180--memory-reservation=4G \
8281--memory 8G \
@@ -122,7 +121,6 @@ services:
122121 - MAXPLAYERS=4
123122 - PGID=1000
124123 - PUID=1000
125- - ROOTLESS=false
126124 - STEAMBETA=false
127125 restart : unless-stopped
128126 deploy :
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
1212 - MAXPLAYERS=4
1313 - PGID=1000
1414 - PUID=1000
15- - ROOTLESS=false
1615 - STEAMBETA=false
1716 restart : unless-stopped
1817 deploy :
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ services:
2121 - MAXPLAYERS=4
2222 - PGID=1000
2323 - PUID=1000
24- - ROOTLESS=false
2524 - STEAMBETA=false
2625 restart : unless-stopped
2726 depends_on :
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ services:
1414 - MAXPLAYERS=4
1515 - PGID=1000
1616 - PUID=1000
17- - ROOTLESS=false
1817 - STEAMBETA=false
1918 restart : unless-stopped
2019 depends_on :
You can’t perform that action at this time.
0 commit comments