teamatldocker / jira

Dockerized Atlassian Jira
https://hub.docker.com/r/teamatldocker/jira/
MIT License
437 stars 223 forks source link

Up Docker Compose version to 3.5; add default names for containers #116

Closed jhult closed 5 years ago

jhult commented 5 years ago

Use default names for containers and network. In order to use this, had to bump the Docker Compose version to 3.5.

Note: This may have an undesirable side-effect. Per the documentation:

Because Docker container names must be unique, you cannot scale a service beyond 1 container if you have specified a custom name. Attempting to do so results in an error.

This doesn't affect me but it might others.

jhult commented 5 years ago

As per @blacklabelops:

I want to provide a docker-compose yaml that can be used to deploy multiple instances of Jira, not just one.

So, this can be closed.