Remove extra config lines.
parent
beb43408d1
commit
3d43482c24
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue