Skip to content

Commit

Permalink
Improved docker compose syntax (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenuxPlays authored Sep 10, 2024
1 parent f8ef09a commit 82797b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ services:
volumes:
- '/path/to/config:/config'
environment:
- MAXPLAYERS=4
- PGID=1000
- PUID=1000
- ROOTLESS=false
- STEAMBETA=false
MAXPLAYERS: 4
PGID: 1000
PUID: 1000
ROOTLESS: false
STEAMBETA: false
restart: unless-stopped
deploy:
resources:
Expand Down

0 comments on commit 82797b5

Please sign in to comment.