-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Description
Resolution:
# Delete traefik stack
docker stack rm traefik
# Delete traefik volume
docker volume ls (should see something like traefik_traefik-public-certificates)
docker volume rm traefik_traefik-public-certificates
# Populate env variables for deploying traefik (reference: https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/322)
source ~/.profile
export EMAIL=$TRAEFIK_EMAIL
export HASHED_PASSWORD=$(openssl passwd -apr1 $TRAEFIK_PASSWORD)
# Re-deploy traefik stack
docker stack deploy -c traefik.yml traefik
Thanks to @0xstnick!
NMisko
Metadata
Metadata
Assignees
Labels
No labels