mirror of https://github.com/akaunting/docker.git
10 lines
157 B
YAML
10 lines
157 B
YAML
|
version: '3.7'
|
||
|
|
||
|
services:
|
||
|
|
||
|
akaunting:
|
||
|
build:
|
||
|
dockerfile: fpm-alpine.Dockerfile
|
||
|
context: .
|
||
|
akaunting-proxy:
|
||
|
image: nginx:1.19.0-alpine
|