Merge bff38c663b
into 0935d9fab0
This commit is contained in:
commit
9662d4bb3c
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ services:
|
|||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
privileged: true
|
||||
ports:
|
||||
- "2342:2342" # Default HTTP port (host:container)
|
||||
- "2443:2443" # Default TLS port (host:container)
|
||||
|
@ -153,6 +154,7 @@ services:
|
|||
## Docs: https://doc.traefik.io/traefik/
|
||||
traefik:
|
||||
image: photoprism/traefik:latest
|
||||
privileged: true
|
||||
ports:
|
||||
- "80:80" # HTTP (redirects to HTTPS)
|
||||
- "443:443" # HTTPS (required)
|
||||
|
|
Loading…
Add table
Reference in a new issue