Skip to content

Commit

Permalink
Merge pull request #261 from Gornoka/master
Browse files Browse the repository at this point in the history
feat: log rotation
  • Loading branch information
jammsen authored Apr 28, 2024
2 parents 99df368 + 91a6c85 commit 2162006
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: "10m"
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 2162006

Please sign in to comment.