mirror of https://github.com/akaunting/docker.git
7 lines
121 B
YAML
7 lines
121 B
YAML
|
version: '3.7'
|
||
|
services:
|
||
|
|
||
|
akaunting:
|
||
|
build:
|
||
|
dockerfile: fpm-alpine-nginx-composer.Dockerfile
|
||
|
context: .
|