forked from mirrors/mattermost-docker
get dependencies right
This commit is contained in:
parent
848d38c88c
commit
b66be7953d
@ -1,11 +1,9 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mattermost:
|
|
||||||
depends_on:
|
|
||||||
- nginx
|
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
depends_on:
|
||||||
|
- mattermost
|
||||||
container_name: nginx_mattermost
|
container_name: nginx_mattermost
|
||||||
image: nginx:${NGINX_IMAGE_TAG}
|
image: nginx:${NGINX_IMAGE_TAG}
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
|
Loading…
Reference in New Issue
Block a user