Skip to content

Commit 83c8142

Browse files
committed
Remove unnecessary ROOTLESS variable from several repo locations
1 parent 158312a commit 83c8142

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

ssl/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

ssl/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)