mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-19 10:33:33 +00:00
17 lines
375 B
YAML
17 lines
375 B
YAML
version: '3.3'
|
|
services:
|
|
stump:
|
|
image: aaronleopold/stump:latest
|
|
container_name: stump
|
|
# Replace my paths (prior to the colons) with your own
|
|
volumes:
|
|
- ./config:/config
|
|
- /path/to/library:/data:ro
|
|
ports:
|
|
- 10801:10801
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
restart: unless-stopped
|
|
# external caddy handles SSL certs
|