Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
/devops-composePublic archive

Commit9ee48f6

Browse files
authored
Default to HTTPS/443
1 parentd538f11 commit9ee48f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎docker-compose.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ services:
2525
image:cptactionhank/atlassian-jira-software
2626
environment:
2727
X_PROXY_NAME:jira.${REVERSE_PROXY_DOMAIN_NAME}
28-
X_PROXY_PORT:80
29-
X_PROXY_SCHEME:http
28+
X_PROXY_PORT:443
29+
X_PROXY_SCHEME:https
3030
volumes:
3131
-${PERSISTENT_VOLUMES_ROOT}/jira-data:/var/atlassian/jira
3232
-${PERSISTENT_VOLUMES_ROOT}/jira-logs:/opt/atlassian/jira/logs
@@ -35,8 +35,8 @@ services:
3535
image:cptactionhank/atlassian-confluence
3636
environment:
3737
X_PROXY_NAME:confluence.${REVERSE_PROXY_DOMAIN_NAME}
38-
X_PROXY_PORT:80
39-
X_PROXY_SCHEME:http
38+
X_PROXY_PORT:443
39+
X_PROXY_SCHEME:https
4040
volumes:
4141
-${PERSISTENT_VOLUMES_ROOT}/confluence-data:/var/atlassian/confluence
4242

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp