Closed meatsack-sudo closed 1 year ago
Hi,
The issue here it's that the branch 'unstable' doesn't exist, it's 'latest_experimental'
Thanks for the reply Vinanarra! Unfortunately I tried that as well! same thing! Here's a screenshot and updated docker compose:
version: '2' services: 7dtdserver_redux: image: vinanrra/7dtd-server container_name: 7dtdserver_redux environment:
Do a clean install and it will works, there seems to be a bug with branch switch
I saw at the screenshot that shows:
"-beta "
Without anything maybe something didn't went well, check your docker-compose
Yeah I couldn't figure that out! Not sure why it keeps saying that! I was able to install the latest experimental by doing a fresh container and using a new storage directory. But then ran into the same thing later when it tried to update. Says branch is " -beta" even though it just installed latest experimental correctly. It's probably something I'm doing! No worries! We can close this issue! I appreciate your help!
On Fri, Jun 16, 2023 at 5:52 AM Vicente Fernández Guerra < @.***> wrote:
I saw at the screenshot that shows:
"-beta "
Without anything maybe something didn't went well, check your docker-compose
— Reply to this email directly, view it on GitHub https://github.com/vinanrra/Docker-7DaysToDie/issues/167#issuecomment-1594490886, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCPVJNTUVWXF5MEZNVLY6DXLQ3INANCNFSM6AAAAAAZFTMOS4 . You are receiving this because you authored the thread.Message ID: @.***>
Yeah I couldn't figure that out! Not sure why it keeps saying that! I was able to install the latest experimental by doing a fresh container and using a new storage directory. But then ran into the same thing later when it tried to update. Says branch is " -beta" even though it just installed latest experimental correctly. It's probably something I'm doing! No worries! We can close this issue! I appreciate your help! … On Fri, Jun 16, 2023 at 5:52 AM Vicente Fernández Guerra < @.> wrote: I saw at the screenshot that shows: "-beta " Without anything maybe something didn't went well, check your docker-compose — Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCPVJNTUVWXF5MEZNVLY6DXLQ3INANCNFSM6AAAAAAZFTMOS4 . You are receiving this because you authored the thread.Message ID: @.>
I will do some testing to ensure its working as intended, because I learned bash while doing this project and can be on my side the issue.
I dont know if this helps but maybe you need the full name of the beta "latest_experimental - Unstable build"
I am trying to do the same thing but I'm docker illiterate. I'm running docker on a Debian 11 machine and am using Portainer. How do I add this to Portainer?
You just need to write: latest_experimental
, also use different valume path
Describe the bug When changing version from stable to beta, server logs show errors and it reverts to stable.
To Reproduce Steps to reproduce the behavior:
Expected behavior Server downloads the experimental branch
Screenshots
Docker/Docker-compose version: '2' services: 7dtdserver_redux: image: vinanrra/7dtd-server container_name: 7dtdserver_redux environment:
Additional context Add any other context about the problem here.