This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
OwlBoard/docker-compose.yaml

8 lines
114 B
YAML
Raw Normal View History

2022-12-12 14:28:40 +00:00
version: "0.0.1"
services:
web:
build: .
ports:
- "9300:8460"
mariadb:
image: mariadb:latest