Create compose.yml

This commit is contained in:
drifty
2025-01-16 13:12:37 +05:30
committed by GitHub
parent 5287235336
commit f4e39d45c6

View File

@@ -0,0 +1,16 @@
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