mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
chore: adjust comments
This commit is contained in:
parent
a4917038fa
commit
d234d0a8c3
|
@ -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:
|
||||
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user