mirror of
https://github.com/cupcakearmy/dvb.git
synced 2024-11-05 17:14:11 +01:00
9 lines
113 B
YAML
9 lines
113 B
YAML
|
version: "3.5"
|
||
|
|
||
|
services:
|
||
|
cache:
|
||
|
build: .
|
||
|
user: nobody
|
||
|
ports:
|
||
|
- 8000:8000
|
||
|
restart: always
|