17 lines
547 B
YAML
17 lines
547 B
YAML
version: '2.2'
|
|
|
|
services:
|
|
valley:
|
|
build: docker
|
|
container_name: stardew
|
|
ports:
|
|
- 5902:5900
|
|
- 24642:24642/udp
|
|
volumes:
|
|
- ./config:/root/.config/i3/config
|
|
- ./valley_saves:/home/nya/.config/StardewValley/Saves/
|
|
- ./configs/alwayson.json:/data/Stardew/Stardew Valley/Mods/Always On Server/config.json
|
|
- ./configs/unlimitedplayers.json:/data/Stardew/Stardew Valley/Mods/UnlimitedPlayers/config.json
|
|
- ./configs/autoload.json:/data/Stardew/Stardew Valley/Mods/AutoLoadGame/config.json
|
|
|