diff --git a/docker-compose.example.yml b/docker-compose.example.yml index f4bfcb8e..bf4be281 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -26,7 +26,7 @@ services: - SECRET=some-random-32-chars-string - ROOT_URL=https://example.com - APP_URL=https://tinyauth.example.com - - USERS=user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u (user:password) + - USERS=user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u labels: traefik.enable: true traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.local`)