Skip to content

Server starts without mods, wont start with mods. #701

Answered by BaldwinEP
shesk asked this question in Help!
Discussion options

You must be logged in to vote

I'm new to docker, do you have the rest of the environment variables formatted as "- Directive" instead of "Directive: "? Do you think this makes any difference?

I believe it does as I ran into this problem not too long ago and the only way I found to correct it is the way my docker-compose.yml file is formatted. I can post my whole docker-compose.yml file for you here. I don't add the kitchen sink, it adds to much to storage.

version: "3"
services:
  valheim:
    image: mbround18/valheim:latest
    stop_signal: SIGINT
    ports:
      - "2456:2456/udp"
      - "2457:2457/udp"
      - "2458:2458/udp"
    environment:
      - PORT=2456
      - NAME=********
      - WORLD=Dedicated
      …

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@shesk
Comment options

@BaldwinEP
Comment options

Answer selected by shesk
@BaldwinEP
Comment options

@shesk
Comment options

@shesk
Comment options

@BaldwinEP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants