We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a491703 commit d234d0aCopy full SHA for d234d0a
examples/atlassian-jira-confluence/docker-compose.yml
@@ -30,7 +30,7 @@ services:
30
- 8090:8090/tcp
31
expose:
32
- 8090 # http web
33
- - 8091 # api port for jira communication
+ - 8091 # synchrony api
34
volumes:
35
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/confluence/data:/var/atlassian/application-data/confluence
36
networks:
@@ -109,7 +109,7 @@ services:
109
retries: 5
110
timeout: 5s
111
112
- - 5432 # psql service
+ - 5432
113
114
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jira/psql:/var/lib/postgresql/data
115
environment:
0 commit comments