Skip to content

Commit

Permalink
chore: adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 13, 2024
1 parent a491703 commit d234d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/atlassian-jira-confluence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- 8090:8090/tcp
expose:
- 8090 # http web
- 8091 # api port for jira communication
- 8091 # synchrony api
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/confluence/data:/var/atlassian/application-data/confluence
networks:
Expand Down Expand Up @@ -109,7 +109,7 @@ services:
retries: 5
timeout: 5s
expose:
- 5432 # psql service
- 5432
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jira/psql:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit d234d0a

Please sign in to comment.