Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
feat: add log rotation
  • Loading branch information
Gornoka authored Apr 16, 2024
1 parent 99df368 commit a33576d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ services:
container_name: palworld-dedicated-server
image: jammsen/palworld-dedicated-server:latest
restart: unless-stopped
logging:
driver: "local"
options:
max-size: "100m"
max-file: "3"
ports:
- target: 8211 # Gamerserver port inside of the container
published: 8211 # Gamerserver port on your host
Expand Down

0 comments on commit a33576d

Please sign in to comment.