mirror of
https://github.com/cupcakearmy/livestream.git
synced 2024-12-21 15:46:33 +00:00
restart policy
This commit is contained in:
parent
e32d87897d
commit
468a9d19cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user