Upload files to "/"
This commit is contained in:
16
compose.yaml
Normal file
16
compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
beets:
|
||||
image: lscr.io/linuxserver/beets:latest
|
||||
container_name: beets
|
||||
environment:
|
||||
PUID: 568
|
||||
PGID: 568
|
||||
TZ: Europe/Berlin
|
||||
volumes:
|
||||
- ./beets/config:/config
|
||||
- /deine/library:/music
|
||||
- /deine/downloads:/downloads
|
||||
ports:
|
||||
- 8337:8337 # optional, brauch man nicht wirklich
|
||||
restart: unless-stopped
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user