Skip to content

Commit

Permalink
use string instead of bool value in docker-copose environment (#267)
Browse files Browse the repository at this point in the history
* Use strings instead of bools in docker-compose environment

---------

Co-authored-by: Robert Thomas <[email protected]>
Co-authored-by: Zblocker64 <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent 2b4b3de commit 02e7835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
- MAXPLAYERS=4
- PGID=1000
- PUID=1000
- ROOTLESS=false
- STEAMBETA=false
- ROOTLESS='false'
- STEAMBETA='false'
restart: unless-stopped
healthcheck:
test: bash /healthcheck.sh
Expand Down

0 comments on commit 02e7835

Please sign in to comment.