From c723697dbf851dc92b8126ebdf2dee15f5cc75aa Mon Sep 17 00:00:00 2001 From: Cleo Date: Thu, 14 May 2026 16:08:32 +0200 Subject: [PATCH] first commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e4f0f9 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +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. + +### 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