goofball222 / factorio

Factorio headless server Docker container
Apache License 2.0
47 stars 14 forks source link

Cannot start the container #32

Closed thamathar closed 3 weeks ago

thamathar commented 1 year ago

Hi Don't know wha tis the problem, did the clone, changed the docker-compose.yml to what I needed and the just used the command docker compose up It did get all that I needed but now I get this error when trying to start, don't know what is wrong here

standard_init_linux.go:219: exec user process caused: no such file or directory

This is my docker-compose file.

version: '2'
services:
  factorio:
    # image: factoriotools/factorio
    # network_mode: host
    build:
      context: .
      args:
      # Check buildinfo.json for supported versions and SHAs
      # https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json
      - VERSION=latest
      - SHA256=24bd61cc3aafe2041eb12b91e4f49d784ff6e36083e365d1e6320a34b636bda7
    ports:
     - "34197:34197/udp"
     - "27015:27015/tcp"
    volumes:
     - ./factorio-files:/factorio
    environment:
      - PUID=1000
      - PGID=1000
      - UPDATE_MODS_ON_START=true
      - USERNAME=*********
      - TOKEN=*******
      - PORT=34198
nathan-hello commented 1 year ago

Do you still have this issue? This is a relatively old docker-compose.yml, try using the newer one and reply if you still have issues.

github-actions[bot] commented 1 month ago

This issue has had no activity for the last 90 days. Do you still see this issue with the latest release? Please add a reply within 14 days or this issue will be automatically closed. To keep a confirmed issue open we can also add a "bug confirmed" tag.

Disclaimer: This is an open community project with limited resources. Any skilled member of the community may jump in at any time to fix this issue. That can take a while depending on our busy lives so please be patient, and take advantage of other resources to help solve the issue.