There was an error while loading. Please reload this page.
1 parent f280791 commit 7accb90Copy full SHA for 7accb90
2 files changed
templates/docker-compose/.env
@@ -33,7 +33,7 @@ MQ_SERVICE_NAME=supportpal_mq
33
MEILISEARCH_SERVICE_NAME=meilisearch
34
35
# Misc
36
-APP_VERSION=6.0.3
+APP_VERSION=5.7.6
37
38
# Secrets
39
CONFIGURATOR_VERSION=latest
templates/docker-monolithic/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
supportpal:
3
container_name: supportpal
4
- image: 'public.ecr.aws/supportpal/helpdesk-monolithic:6.0.3'
+ image: 'public.ecr.aws/supportpal/helpdesk-monolithic:5.7.6'
5
restart: always
6
stop_grace_period: 60s
7
ports:
0 commit comments