Skip to content

Commit 17ef594

Browse files
committed
add link
1 parent 3b790b6 commit 17ef594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
traefik.http.routers.rocketchat.tls: "true"
1212
traefik.http.routers.rocketchat.entrypoints: https
1313
traefik.http.routers.rocketchat.tls.certresolver: le
14-
DEPRECATED_COMPOSE: "${DEPRECATED_COMPOSE_ACK:?This compose is deprecated please refer to }"
14+
DEPRECATED_COMPOSE: "${DEPRECATED_COMPOSE_ACK:?This compose is deprecated please refer to https://github.com/RocketChat/rocketchat-compose}"
1515
environment:
1616
MONGO_URL: mongodb://mongodb:27017/rocketchat?replicaSet=rs0
1717
ROOT_URL: ${ROOT_URL:-http://localhost:3000}

traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
image: docker.io/traefik:${TRAEFIK_RELEASE:-v2.9.8}
99
restart: always
1010
labels:
11-
DEPRECATED_COMPOSE: "${DEPRECATED_COMPOSE_ACK:?This compose is deprecated please refer to }"
11+
DEPRECATED_COMPOSE: "${DEPRECATED_COMPOSE_ACK:?This compose is deprecated please refer to https://github.com/RocketChat/rocketchat-compose}"
1212
command:
1313
- --api.insecure=false
1414
- --providers.docker=true

0 commit comments

Comments
 (0)