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