Skip to content

Commit

Permalink
note about image tag versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsknnr committed Jan 25, 2024
1 parent 0355568 commit 29ad9f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ https://github.com/jsknnr/enshrouded-server/issues/16

I recommend having Docker or Podman manage the volume that gets mounted into the container. However, if you absolutely must bind mount a directory into the container you need to make sure that on your container host the directory you are bind mounting is owned by 10000:10000 (`chown -R 10000:10000 /path/to/directory`). If the ownership of the directory is not correct the container will not start as the server will be unable to persist the savegame.

## Image Version

In all of the example below the image tag is set to latest to make it easier for folks. If you are worried about potential breaking changes, use a specific tag instead of latest so you can review release notes for anything that may break and you can plan for the change.

### Ports

| Port | Protocol | Default |
Expand Down

0 comments on commit 29ad9f6

Please sign in to comment.