Doku: guests unter pve1/guests statt global.
Verlinkungen angepasst; pve2/guests als Platzhalter. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
x-logging: &default-logging
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "50m"
|
||||
max-file: "3"
|
||||
|
||||
networks:
|
||||
docbr0:
|
||||
external: true
|
||||
|
||||
services:
|
||||
sabnzbd:
|
||||
logging: *default-logging
|
||||
image: lscr.io/linuxserver/sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1001
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /mnt/storage/media:/mnt/storage/media
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
docbr0:
|
||||
ipv4_address: 10.2.2.45
|
||||
Reference in New Issue
Block a user