10 lines
198 B
YAML
10 lines
198 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
web:
|
|
image: git.mootfrost.dev/mootfrost777/mootfrost-dev:latest
|
|
container_name: mootfrost-dev/web
|
|
restart: always
|
|
build: .
|
|
ports:
|
|
- "7632:7632"
|