This repository has been archived on 2023-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
langue-phundrak-com/docker-compose.yml

11 lines
133 B
YAML

version: '3'
services:
web:
build: .
ports:
- "8010:8080"
restart: always
volumes:
- ./web/:/app/web/