Environment settings from docker-compose.yml are not working #1127
OldSaltGorg
started this conversation in
General
Replies: 1 comment
-
Okay, I figured it out eventually... I couldn't get my world to start automatically, maybe a typo or wrong syntax for the world. Not sure if it needs a path, simple name, etc. I'll leave this post up in case someone else runs into this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
Firstly, massive thanks to @felddy for making this container & guide. It finally helped me get the courage need to get my Foundry server up and running!
I have one small issue that can't figure out though... The "environment" variables (or really any setting in the docker-compose.yml) don't seem to work or get initialised correctly.
E.g. I want telemetry off and automatically start my world. However, neither of these things happens despite the compose file being set correctly. I did rebuild the container via Portainer when I updates the .yml file.
In fact, docker compose setting for restart: "always" doesn't seem to work either, when I stop the container in Portainer, it doesn't start itself up automatically.
Any thoughts of what might be going wrong?
Please help, and bear with me, I'm new to linux, docker and all of this. 😅
These are the container logs from Portainer when I restart the foundry container:
I do get this when I try to restart the container from Portainer GUI. So I have to start it manually again. Idk if that's related at all.
Beta Was this translation helpful? Give feedback.
All reactions