mirror of
https://github.com/cupcakearmy/livestream.git
synced 2024-12-21 23:56:30 +00:00
11 lines
157 B
YAML
11 lines
157 B
YAML
version: '3'
|
|
|
|
services:
|
|
server:
|
|
build: ./
|
|
ports:
|
|
- 80:80
|
|
- 8000:8000
|
|
volumes:
|
|
- ./icecast.xml:/usr/share/icecast/icecast.xml
|