vaultwarden,traefik: setup ssl

This commit is contained in:
Schneider Roland 2024-10-05 22:31:34 +02:00
parent 5c92094e71
commit 2c6c302130

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 --configFile=/traefik/config.yaml
command: --api.insecure=true --providers.docker
ports:
# The HTTP port
- "80:80"