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

Synology installation problem #335

Open
maxage opened this issue Oct 31, 2022 · 1 comment
Open

Synology installation problem #335

maxage opened this issue Oct 31, 2022 · 1 comment
Labels

Comments

@maxage
Copy link

maxage commented Oct 31, 2022

Unraid has one-click installation, how does Synology use docker to install fsm?

docker run --name ofsm -d  \
-p 1880:80  \
-p 34197:34197/udp  \
-v /volume1/docker/factorio/fsm-saves:/opt/factorio/fsm-saves \
-v /volume1/docker/factorio/fsm-config:/opt/factorio/fsm-config \
-v /volume1/docker/factorio/fsm-mods:/opt/factorio/fsm-mods \
ofsm/ofsm:latest

Is this one-click docker correct?
Can you help me modify it?

vzwqqE

@Mattie112
Copy link
Contributor

I don't know Chinese (and don't use Synology) but you need(*) to map those 3 folders to something on your file system. Also the port needs to be mapped or your server cannot be reached.

See https://github.com/OpenFactorioServerManager/factorio-server-manager/blob/develop/docker/README.md for more info (and the docker-compose.simple.yaml)

*) technically you don't need to map the folders but then they are stored 'in' the docker container and if that gets updated for example your data is gone. More info: https://docs.docker.com/storage/volumes/

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

No branches or pull requests

3 participants