19 lines
493 B
YAML
19 lines
493 B
YAML
services:
|
|
copyparty:
|
|
image: copyparty/ac:latest
|
|
container_name: copyparty
|
|
command: ["-c", "/cfg/copyparty.conf"]
|
|
ports:
|
|
- "3923:3923"
|
|
volumes:
|
|
- /srv/homelab/config/storage/copyparty:/cfg
|
|
- /srv/homelab/config/storage/copyparty/initcfg:/z/initcfg:ro
|
|
- /srv/media:/srv/media
|
|
- /srv/homelab/data/storage/copyparty:/w
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "5"
|