mirror of
https://github.com/cupcakearmy/livestream.git
synced 2025-09-01 05:20:41 +00:00
restart policy
This commit is contained in:
@@ -5,5 +5,6 @@ services:
|
||||
build: ./
|
||||
ports:
|
||||
- 80:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ./icecast.xml:/usr/share/icecast/icecast.xml
|
||||
|
@@ -6,6 +6,7 @@ services:
|
||||
ports:
|
||||
- 80:80
|
||||
- 1935:1935
|
||||
restart: always
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./srv:/srv
|
||||
|
Reference in New Issue
Block a user