1 reply
January 2019

mr-bolle

@funkypenguin Hi David, thank you first for your greath collection.

If i run Nextcloud i receive a issue with the ‘Strict-Transport-Security’ that i have to enable Enable HTTP Strict Transport Security with traefik i could solve this issue with a new label.

  nextcloud:
    image: nextcloud  
    ...
    deploy:
      labels:
        - traefik.frontend.rule=Host:nextcloud.example.com
        - traefik.docker.network=traefik_public
        - traefik.port=80
# fix Enable HTTP Strict Transport Security
        - traefik.frontend.headers.STSSeconds=15552000