Skip to content

Commit d1e8833

Browse files
committed
Fix jira software description tag content
1 parent 13b7b2d commit d1e8833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
entrypoint: /bin/sh
2323
labels:
2424
com.ragedunicorn.jira-software.environment: "dev"
25-
com.ragedunicorn.jira-software.description: "JIRA Core"
25+
com.ragedunicorn.jira-software.description: "JIRA Software"
2626
postgresql:
2727
image: ragedunicorn/postgresql:${POSTGRESQL_TAG_VERSION}-dev
2828
volumes:

docker-compose.stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
start_period: 1m
2121
labels:
2222
com.ragedunicorn.jira-software.environment: "prod"
23-
com.ragedunicorn.jira-software.description: "JIRA Core"
23+
com.ragedunicorn.jira-software.description: "JIRA Software"
2424
postgresql:
2525
image: ragedunicorn/postgresql:1.2.0-stable
2626
volumes:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
start_period: 1m
2626
labels:
2727
com.ragedunicorn.jira-software.environment: "prod"
28-
com.ragedunicorn.jira-software.description: "JIRA Core"
28+
com.ragedunicorn.jira-software.description: "JIRA Software"
2929
postgresql:
3030
image: ragedunicorn/postgresql:${POSTGRESQL_TAG_VERSION}-stable
3131
volumes:

0 commit comments

Comments
 (0)