Remove extra config lines.

master
Icedream 2017-08-07 16:18:15 +02:00
parent beb43408d1
commit 3d43482c24
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ networks:
services: services:
ffmpeg: ffmpeg:
build: images/ffmpeg build: images/ffmpeg
#build: /srv/nfs4/library/ffmpeg
restart: always restart: always
volumes: volumes:
- published:/var/out - published:/var/out
@ -29,7 +28,6 @@ services:
command: /usr/local/bin/ffmpeg-hls command: /usr/local/bin/ffmpeg-hls
caddy: caddy:
#image: icedream/caddy
build: images/caddy build: images/caddy
volumes: volumes:
- published:/data:ro - published:/data:ro