mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
11 lines
114 B
YAML
11 lines
114 B
YAML
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
|
||
|
movieweb:
|
||
|
build:
|
||
|
context: .
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
restart: always
|