vaultwarden,traefik: setup ssl
This commit is contained in:
parent
5c92094e71
commit
2c6c302130
@ -3,7 +3,7 @@ services:
|
|||||||
# The official v3 Traefik docker image
|
# The official v3 Traefik docker image
|
||||||
image: traefik:v3.1
|
image: traefik:v3.1
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# 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:
|
ports:
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user