You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title explains, when attempting to set the environment variable DLC_SPACE_AGE in docker-compose it doesn't get properly parsed.
I've attempted to only load elevated-rails as per instructions on the README.MD but it never loaded the mod.
The only way I managed to fix it is by directly passing the variable in the docker-compose file like this DLC_SPACE_AGE=elevated-rails.
As title explains, when attempting to set the environment variable DLC_SPACE_AGE in docker-compose it doesn't get properly parsed.
I've attempted to only load elevated-rails as per instructions on the README.MD but it never loaded the mod.
The only way I managed to fix it is by directly passing the variable in the docker-compose file like this
DLC_SPACE_AGE=elevated-rails.