factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
888 stars 218 forks source link

how to update.. #463

Closed nkucza closed 1 year ago

nkucza commented 1 year ago

Hey, i am relatively new to docker and so on.. yesterday the new version was released and I am not sure how to update the factorio server.

It is running with portainer and the stack

version: '2'
services:
  factorio:
    image: factoriotools/factorio:latest
    ports:
     - "6262:34197/udp"
     - "6262:27015/tcp"
    volumes:
     - /opt/factorio:/factorio
    restart: unless-stopped

what do I need to do to get it to 1.1.80?

hanshino commented 1 year ago

They have not released the Docker image for version 1.1.80 yet, so won't be able to update until it is released.

Just...Wait

nkucza commented 1 year ago

ahh okay, sorry to bother you with it :)