Skip to content

Issues with setting up the docker-compose file #221

Closed Answered by ThorbenKuck
ThorbenKuck asked this question in Q&A
Discussion options

You must be logged in to vote

I found the answer.

If you ever encounter this issue, that the serve will not start using docker-compose up after it has been not in use for a longer time, make sure that the image you are using is completely fresh.

You can do so by stopping the continer:

docker-compose down

removing the image:

docker image rm wolveix/satisfactory-server

and then run the server again:

docker-compose up -d

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wolveix
Comment options

Answer selected by ThorbenKuck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants