get dependencies right

This commit is contained in:
Marco Kundt 2021-04-27 12:48:56 +02:00
parent 848d38c88c
commit b66be7953d

View File

@ -1,11 +1,9 @@
version: "3"
services:
mattermost:
depends_on:
- nginx
nginx:
depends_on:
- mattermost
container_name: nginx_mattermost
image: nginx:${NGINX_IMAGE_TAG}
restart: ${RESTART_POLICY}