Remove extra config lines.
parent
beb43408d1
commit
3d43482c24
|
@ -10,7 +10,6 @@ networks:
|
|||
services:
|
||||
ffmpeg:
|
||||
build: images/ffmpeg
|
||||
#build: /srv/nfs4/library/ffmpeg
|
||||
restart: always
|
||||
volumes:
|
||||
- published:/var/out
|
||||
|
@ -29,7 +28,6 @@ services:
|
|||
command: /usr/local/bin/ffmpeg-hls
|
||||
|
||||
caddy:
|
||||
#image: icedream/caddy
|
||||
build: images/caddy
|
||||
volumes:
|
||||
- published:/data:ro
|
||||
|
|
Loading…
Reference in New Issue