14 lines
604 B
Markdown
14 lines
604 B
Markdown
A Dockerfile to use the Archipelago through Docker.<br>
|
|
Note: The save file needs to be created somewhere else and then put into the mounted volume before starting the server.
|
|
|
|
### Port
|
|
- The server port is set to `38281` and needs to be exposed for the server to be reachable
|
|
|
|
### Volumes:
|
|
- `/home/archipelago/saves` -> Directory to put the save files into
|
|
|
|
### Env Vars:
|
|
- `SERVERPASSWORD` -> The password needed to connect to the server
|
|
- `HOST` -> (optional) The host that the server is supposed to be reachable from
|
|
- `PASSWORD` -> (optional) The password needed to remotely execute admin commands
|