Compare commits
2 Commits
0.6.7
...
d0820de986
| Author | SHA1 | Date | |
|---|---|---|---|
| d0820de986 | |||
| 53c6d21633 |
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user