Skip to content
Discussion options

You must be logged in to vote

I think more information would need to be provided to reproduce. It is unclear why the information provided below wouldn't apply.

Ensure that the container is properly recreated (not just restarted) if you're changing settings and want to ensure that they're correctly applied. When changing ENV this should imply a new container is setup, but you may need to verify that's the case when that ENV is provided via a .env file.

In this case PERMIT_DOCKER=none is already the default. Within the container the env command should also show the ENV is set (bash shell), or you can see the ENV that DMS has resolved (with defaults) stored at /etc/dms-settings.

Additionally:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@StandingPadAnimations
Comment options

@polarathene
Comment options

Answer selected by polarathene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment