metube/docker-compose.yml hinzugefügt
This commit is contained in:
11
metube/docker-compose.yml
Normal file
11
metube/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
metube:
|
||||
image: alexta69/metube
|
||||
hostname: ${METUBE_HOSTNAME:-metube}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DELETE_FILE_ON_TRASHCAN=${DELETE_ON_TRASHCAN:-false}
|
||||
ports:
|
||||
- "${METUBE_PORT:-8081}:8081" # web ui
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/metube/downloads:/downloads
|
||||
Reference in New Issue
Block a user