Closed JonnySiHI closed 2 years ago
Tha latest docker image doesn't have the BepInEx yet, I will push an update
Thanks for the fast response! will this update come with Age of Oblivion?
Thanks for the fast response! will this update come with Age of Oblivion?
I just released an update next will be Darkness Fall, but I'm rly busy right now, so I don't know when I will be able to do it.
No worries, thank you!
No worries, thank you!
Did you try the new version? Should work, because was tested, but who knows
No worries, thank you!
Did you try the new version? Should work, because was tested, but who knows
Didn't work :( , i recreated the image within Portainer and told it to pull the latest image and still nothing :(
No worries, thank you!
Did you try the new version? Should work, because was tested, but who knows
Didn't work :( , i recreated the image within Portainer and told it to pull the latest image and still nothing :(
I had same problem with Portainer, you need to manually remove your downloaded image so Portainer will download the latest image, I just test it and works.
You will see this in logs:
[BepInEx] Downloading release from https://github.com/BepInEx/BepInEx/releases/download/v5.4.19/BepInEx_unix_5.4.19.0.zip
[BepInEx] Downloading files
[BepInEx] Extracting files
[BepInEx] Removing older version
[BepInEx] Installing components
[BepInEx] Editing run_bepinex.sh
[BepInEx] Editing executable_name
[BepInEx] Editing command last execution
[BepInEx] Fixing executable_type
[BepInEx] Replacing start parameters for LinuxGSM
[BepInEx] Replacing executable for LinuxGSM
[BepInEx] Applying executable permssions
[BepInEx] Cleanup
[BepInEx] Finished! ヽ(´▽`)/
No worries, thank you!
Did you try the new version? Should work, because was tested, but who knows
Didn't work :( , i recreated the image within Portainer and told it to pull the latest image and still nothing :(
I had same problem with Portainer, you need to manually remove your downloaded image so Portainer will download the latest image, I just test it and works.
You will see this in logs:
[BepInEx] Downloading release from https://github.com/BepInEx/BepInEx/releases/download/v5.4.19/BepInEx_unix_5.4.19.0.zip [BepInEx] Downloading files [BepInEx] Extracting files [BepInEx] Removing older version [BepInEx] Installing components [BepInEx] Editing run_bepinex.sh [BepInEx] Editing executable_name [BepInEx] Editing command last execution [BepInEx] Fixing executable_type [BepInEx] Replacing start parameters for LinuxGSM [BepInEx] Replacing executable for LinuxGSM [BepInEx] Applying executable permssions [BepInEx] Cleanup [BepInEx] Finished! ヽ(´▽`)/
Yeah, i don't see that at all, and i have deleted everything and still no BepInEx
Okay, let's try this because I have tried the latest image and it works:
Remove the container
Remove the image
Change the image in your docker compose to:
image: vinanrra/7dtd-server:v0.3.0
Strange, when I delete the outside directories it pulls fine and shows BepInEx. But I don't want to have to deleted my folders every time I need to update
Strange, when I delete the outside directories it pulls fine and shows BepInEx. But I don't want to have to deleted my folders every time I need to update
I didn't say remove the volumes, remove the container and the image, seems like Portainer it's doing something extrange
Strange, when I delete the outside directories it pulls fine and shows BepInEx. But I don't want to have to deleted my folders every time I need to update
I didn't say remove the volumes, remove the container and the image, seems like Portainer it's doing something extrange
Yeah i only did that after i tried your suggestion :). Yes very strange.
got it working by removing 1 file!!!! its called DON'T_REMOVE.txt , once i did that i restarted the container everything started to download appeared!! haha strange
Like wtf
I found your problem check this:
https://github.com/vinanrra/Docker-7DaysToDie/blob/master/docs/parameters.md#global
UPDATE_MODS=YES | This will allow mods to be installed/updated before server start
You were missing one environment, that was my bad wasn't in the docs :(
I found your problem check this:
https://github.com/vinanrra/Docker-7DaysToDie/blob/master/docs/parameters.md#global
UPDATE_MODS=YES | This will allow mods to be installed/updated before server start
You were missing one environment, that was my bad wasn't in the docs :(
Ah no worries, thanks :)
Hey, just need to start off by telling you how amazing and fun this is to have 7 days to die in a docker container! thanks alot!
I'm having an issue with BEPINEX, it doesn't seem to install. :(
Expected behaviour I would expect to see the BEPINEX files under server files, but nothing is showing.
Screenshots
Versions:
Docker/Docker-compose
Additional context Add any other context about the problem here.