Removed dependency to database

This commit is contained in:
Kevin Veen-Birkenbach 2021-08-22 21:21:43 +02:00
parent 1a88e07f7a
commit 5fc93cc84d

View File

@ -38,8 +38,6 @@ services:
volumes:
- "/etc/mailu/overrides/nginx:/overrides"
- "/etc/mailu/certs:/certs"
depends_on:
- database
admin:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-1.8}
restart: always