mirror of
https://github.com/cupcakearmy/livestream.git
synced 2025-09-03 22:40:41 +00:00
restart policy
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user