diff --git a/README.md b/README.md index 8e4f0f9..b6e33a6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ A Dockerfile to use the Archipelago through Docker.
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 \ No newline at end of file +- `SERVERPASSWORD` -> The password needed to connect to the server diff --git a/docker-compose.yml b/docker-compose.yml index 647e539..4102b59 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,8 @@ services: server: build: ./ + ports: + - 38281:38281 volumes: - /srv/archipelago/saves:/home/archipelago/saves environment: