mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Made front depending on database
This commit is contained in:
parent
201475c581
commit
1a88e07f7a
@ -38,6 +38,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user