forked from mirrors/mattermost-docker
Remove container_names from docker-compose.yml (#78)
This commit is contained in:
parent
e64d5503c8
commit
2c9b8cf8cf
@ -4,7 +4,6 @@ version: "2.4"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
container_name: postgres_mattermost
|
||||
image: postgres:${POSTGRES_IMAGE_TAG}
|
||||
restart: ${RESTART_POLICY}
|
||||
security_opt:
|
||||
@ -28,7 +27,6 @@ services:
|
||||
mattermost:
|
||||
depends_on:
|
||||
- postgres
|
||||
container_name: mattermost
|
||||
image: mattermost/${MATTERMOST_IMAGE}:${MATTERMOST_IMAGE_TAG}
|
||||
restart: ${RESTART_POLICY}
|
||||
security_opt:
|
||||
|
Loading…
Reference in New Issue
Block a user