akaunting/docker-compose.yaml
2017-12-04 15:56:48 +11:00

7 lines
90 B
YAML

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