1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/obs-web-arm/docker-compose.yml

8 lines
123 B
YAML
Raw Normal View History

2021-10-25 10:42:41 +02:00
version: "3.8"
services:
obs-web:
image: easypi/obs-web-arm
ports:
- "5000:80"
restart: unless-stopped