Compare commits

...

2 Commits

Author SHA1 Message Date
Cleo d0820de986 Update docker compose to use latest built image 2026-07-12 17:32:43 +02:00
Cleo 53c6d21633 Update README.md 2026-07-12 17:30:30 +02:00
2 changed files with 7 additions and 3 deletions
+2
View File
@@ -9,3 +9,5 @@ Note: The save file needs to be created somewhere else and then put into the mou
### 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
+5 -3
View File
@@ -1,8 +1,10 @@
services:
server:
build: ./
image: gitea.innovativename.xyz/cleo/archipelago-server-docker:latest
container_name: archipelago_server
ports:
- 38281:38281
volumes:
- /srv/archipelago/saves:/home/archipelago/saves
env_file: .env
- /path/to/saves:/home/archipelago/saves
environment:
- SERVERPASSWORD=change_me