mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 06:15:09 +01:00
11 lines
114 B
YAML
11 lines
114 B
YAML
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
|
||
|
movieweb:
|
||
|
build:
|
||
|
context: .
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
restart: always
|