funnyimagethingy/docker-compose.yml

8 lines
93 B
YAML
Raw Permalink Normal View History

services:
backend:
build: .
ports:
- "8868:8868"
2023-06-30 13:00:42 +00:00
volumes:
- .:/app