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:
|
||||
|
||||
akaunting:
|
||||
image: docker.io/akaunting/akaunting:latest
|
||||
build:
|
||||
dockerfile: fpm-alpine-nginx.Dockerfile
|
||||
context: .
|
||||
|
|
|
@ -3,7 +3,6 @@ version: '3.7'
|
|||
services:
|
||||
|
||||
akaunting:
|
||||
image: docker.io/akaunting/akaunting:latest
|
||||
build:
|
||||
dockerfile: fpm.Dockerfile
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue