chore: publish 0.2.0+v4.12.1-nginx release

This commit is contained in:
3wc 2022-03-23 13:21:32 +02:00
parent 73f29cbe01
commit 26ee1500d0
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: promasu/cryptpad:nginx
image: promasu/cryptpad:v4.12.1-nginx
networks:
- proxy
environment:
@ -36,7 +36,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=0.1.0+nginx"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v4.12.1-nginx"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s