What to do if a new version of FoundryVTT is released but the container hasn't been updated yet. #796
felddy
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Could you elaborate on the downsides of doing so? Would you risk compatibility issues / corruption, for example? (If there are no risks I'm wondering why this isn't the default way to configure the image) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you cannot wait for a new version of the container to be released you can manually set the
FOUNDRY_VERSION
environment variable to the version of FoundryVTT you want installed. For example if you want11.309
you can set theFOUNDRY_VERSION
to11.309
and restart the container. It will log a warning message about the version mismatch, and then happily install the version you requested.For example:
Beta Was this translation helpful? Give feedback.
All reactions