From 29ad9f64fbf8e486c227e6d70195a3297bf952cc Mon Sep 17 00:00:00 2001 From: John Skinner Date: Thu, 25 Jan 2024 09:24:23 -0600 Subject: [PATCH] note about image tag versions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 96a54bb..0d7a899 100644 --- a/README.md +++ b/README.md @@ -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 |