This commit is contained in:
AJ Jordan 2023-12-05 07:05:16 +01:00 committed by GitHub
commit 9662d4bb3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)