Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable SHA verification/getting the newest hash automatically #456

Open
DoomOfMax97 opened this issue Jan 7, 2023 · 2 comments
Open

Disable SHA verification/getting the newest hash automatically #456

DoomOfMax97 opened this issue Jan 7, 2023 · 2 comments

Comments

@DoomOfMax97
Copy link

Hi,

is there a way to disable the hash verification or to make sure the server is automatically updated to the latest version?
Even if I use the 'latest' branch it doesn't work after an update, do I always need to manually update the SHA-Hash or am I doing something wrong?

Regards
Doom

@LsHallo
Copy link

LsHallo commented Oct 28, 2024

I think you might be using this project wrong.
You will just use the prebuilt image factoriotools/factorio:latest in you docker compose. No SHA is involved in that step that you need to update. You don't need to run docker build yourself on every update.
Just use the latest image and run docker pull to update youe local image.

@LsHallo
Copy link

LsHallo commented Oct 28, 2024

Example compose file:

services:
  factorio:
    image: factoriotools/factorio:latest
    container_name: factorio
    restart: unless-stopped
    ports:
      - "34197:34197/udp"
    volumes:
      - /opt/factorio:/factorio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants