akaunting/docker/docker-compose.build.yaml

7 lines
92 B
YAML

version: '3'
services:
web:
image: akaunting
build: ../
ports:
- "80:80"