mirror of https://github.com/akaunting/docker.git
Refactor some compose files
This commit is contained in:
parent
c19bbacafc
commit
b7561f54b3
|
@ -3,7 +3,6 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
akaunting:
|
akaunting:
|
||||||
image: docker.io/akaunting/akaunting:latest
|
|
||||||
build:
|
build:
|
||||||
dockerfile: fpm-alpine-nginx.Dockerfile
|
dockerfile: fpm-alpine-nginx.Dockerfile
|
||||||
context: .
|
context: .
|
||||||
|
|
|
@ -3,7 +3,6 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
akaunting:
|
akaunting:
|
||||||
image: docker.io/akaunting/akaunting:latest
|
|
||||||
build:
|
build:
|
||||||
dockerfile: fpm.Dockerfile
|
dockerfile: fpm.Dockerfile
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in New Issue