vaultwarden,traefik: setup ssl

This commit is contained in:
Schneider Roland 2024-10-05 22:53:13 +02:00
parent 2c6c302130
commit 1cfbaad8e7

View File

@ -3,7 +3,7 @@ services:
# The official v3 Traefik docker image
image: traefik:v3.1
# Enables the web UI and tells Traefik to listen to docker
command: --api.insecure=true --providers.docker
command: --api.insecure=true --providers.docker --entryPoints.web.address=:80 --entryPoints.websecure.address=:443
ports:
# The HTTP port
- "80:80"