1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00

fix owncast

This commit is contained in:
kev 2021-08-13 17:33:36 +08:00
parent 01c2b13a2c
commit b0ecf72180
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
owncast:
image: easypi/owncast-arm
command: /app/owncast -backupdir=/data -database=/data/chat.db
command: /app/owncast -backupdir=/data -database=/data/database.db
ports:
- "1935:1935"
- "8080:8080"

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
owncast:
image: gabekangas/owncast
command: /app/owncast -backupdir=/data -database=/data/chat.db
command: /app/owncast -backupdir=/data -database=/data/database.db
ports:
- "1935:1935"
- "8080:8080"