Skip to content

Can't get https to work with SITE_PROTOCOL: https #18

Description

@jcschauer

I can't get https to work. What am I missing? I tried https://localhost:30080/ and https://localhost:30443/
but they only work (both actually) with http://

from: docker-compose.yml
version: '3.0'
services:
gallery3:
image: bwdutton/gallery3
environment:
#Optional settings for the web server:
SITE_PROTOCOL: https # - set the protocol (http or https) if the default detection doesn't work (useful with proxies)
ports:
- "30080:80"
- "30443:443"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions