Skip to content

Commit

Permalink
Update docker-compose.with-backups.yaml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 authored Feb 28, 2024
1 parent ceba416 commit 5b524b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.with-backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ services:
# QUERY_PORT: 15637 # Optional, Query port for the server
# SLOT_COUNT: 16 # Optional, Number of slots for the server
ports:
- "15636:15636"
- "15637:15637"
- "15636:15636/udp"
- "15636:15636/tcp"
- "15637:15637/udp"
- "15637:15637/tcp"
volumes:
- ./data:/home/steam/enshrouded
backups:
Expand All @@ -31,4 +33,4 @@ services:
volumes:
- ./data:/home/steam/enshrouded
- ./backups:/home/steam/backups
restart: unless-stopped
restart: unless-stopped

0 comments on commit 5b524b8

Please sign in to comment.