Skip to content

Commit d234d0a

Browse files
authored
chore: adjust comments
1 parent a491703 commit d234d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/atlassian-jira-confluence/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- 8090:8090/tcp
3131
expose:
3232
- 8090 # http web
33-
- 8091 # api port for jira communication
33+
- 8091 # synchrony api
3434
volumes:
3535
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/confluence/data:/var/atlassian/application-data/confluence
3636
networks:
@@ -109,7 +109,7 @@ services:
109109
retries: 5
110110
timeout: 5s
111111
expose:
112-
- 5432 # psql service
112+
- 5432
113113
volumes:
114114
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jira/psql:/var/lib/postgresql/data
115115
environment:

0 commit comments

Comments
 (0)