mirror of
https://github.com/cupcakearmy/livestream.git
synced 2024-12-21 23:56:30 +00:00
restart policy
This commit is contained in:
parent
e32d87897d
commit
468a9d19cf
@ -5,5 +5,6 @@ services:
|
|||||||
build: ./
|
build: ./
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./icecast.xml:/usr/share/icecast/icecast.xml
|
- ./icecast.xml:/usr/share/icecast/icecast.xml
|
||||||
|
@ -6,6 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 1935:1935
|
- 1935:1935
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ./srv:/srv
|
- ./srv:/srv
|
||||||
|
Loading…
Reference in New Issue
Block a user