mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
10 lines
133 B
YAML
10 lines
133 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
app:
|
|
container_name: app
|
|
image: app
|
|
build: .
|
|
restart: always
|
|
ports:
|
|
- "8080:80" |