restart directives fix
This commit is contained in:
parent
e49675de6b
commit
83d044d1b7
|
@ -38,7 +38,6 @@ services:
|
|||
networks:
|
||||
- nextcloud
|
||||
- proxy
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.http.routers.nextcloud-web.entrypoints: websecure
|
||||
traefik.http.routers.nextcloud-web.rule: Host(`cloud.oasis21.org`)
|
||||
|
@ -49,13 +48,12 @@ services:
|
|||
traefik.http.middlewares.nextcloud-web.redirectregex.permanent: true
|
||||
traefik.http.middlewares.nextcloud-web.redirectregex.regex: "https://(.*)/.well-known/(card|cal)dav"
|
||||
traefik.http.middlewares.nextcloud-web.redirectregex.replacement: "https://$${1}/remote.php/dav/"
|
||||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: 'bitnami/redis:7.0.4'
|
||||
container_name: redis
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- "TZ=Europe/Paris"
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
|
Loading…
Reference in New Issue
Block a user