File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments