1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
smov/docker-compose.yaml

11 lines
114 B
YAML
Raw Normal View History

2024-02-27 20:55:05 +01:00
version: "3.8"
services:
movieweb:
build:
context: .
ports:
- "80:80"
restart: always