chore: publish 1.5.14+4.5.14 release
This commit is contained in:
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lukevella/rallly:4.5.13
|
||||
image: lukevella/rallly:4.5.14
|
||||
hostname: 0.0.0.0
|
||||
networks:
|
||||
- proxy
|
||||
@ -45,7 +45,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.5.13+4.5.13"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.5.14+4.5.14"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: "bash -c 'printf \"GET / HTTP/1.1\n\n\" > /dev/tcp/127.0.0.1/3000; exit $$?;'"
|
||||
|
||||
1
release/1.5.14+4.5.14
Normal file
1
release/1.5.14+4.5.14
Normal file
@ -0,0 +1 @@
|
||||
Fixed an issue where anonymous users were incorrectly included in the total user count and displayed in the control panel.
|
||||
Reference in New Issue
Block a user