Skip to content

Image, Containers and updating Foundry VTT #208

Answered by felddy
mckee14 asked this question in Q&A
Discussion options

You must be logged in to vote

You shouldn't be setting the FOUNDRY_VERSION environment variable directly. That is used internal to the image. The Synology Docker GUI seems to expose these variables even though they aren't supposed to be used as arguments.

To make things worse, once they're exposed in the GUI they can get pinned to an old value.

You should use the version of the container that matches the version of FoundryVTT that you want to run. This is because there are dependency changes that need to be met (like NodeJS), as well as interfaces that change with in FoundryVTT. Each container image is tested against the version that it supports by the CI system.

What you are doing will work most of the time. But it i…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mckee14
Comment options

@felddy
Comment options

@mckee14
Comment options

@felddy
Comment options

@mckee14
Comment options

Answer selected by felddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants