mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
Create compose.yml
This commit is contained in:
16
docker-compose-files/stump/compose.yml
Normal file
16
docker-compose-files/stump/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user