mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Develop: Update traefik service config in compose.yaml
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
e8ea0ea80c
commit
269ea465be
1 changed files with 8 additions and 0 deletions
|
|
@ -173,6 +173,14 @@ services:
|
|||
stop_grace_period: 15s
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
command:
|
||||
- --api.dashboard=false
|
||||
- --global.checknewversion=false
|
||||
- --global.sendanonymoususage=false
|
||||
- --providers.docker=true
|
||||
- --providers.docker.exposedbydefault=false
|
||||
- --entrypoints.web.address=:80
|
||||
- --entrypoints.websecure.address=:443
|
||||
## Publish Traefik's HTTP and HTTPS entrypoints on the host (bound to every interface
|
||||
## by default; override TRAEFIK_BIND_HOST, TRAEFIK_HTTP_PORT, or TRAEFIK_HTTPS_PORT):
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue