14 lines
275 B
YAML
14 lines
275 B
YAML
version: '2'
|
|
services:
|
|
droppy:
|
|
container_name: droppy
|
|
image: silverwind/droppy
|
|
ports:
|
|
- 9999:8989
|
|
volumes:
|
|
- ./config:/config
|
|
- /dockermount/plex:/files
|
|
#sysctls:
|
|
# - fs.inotify.max_user_watches=524288
|
|
restart: unless-stopped
|