From c362313f51c0fa9f75b01a8a48834b05ad3a01ac Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 19 Jan 2025 17:02:52 +0200 Subject: [PATCH] chore: fix typo in docker compose --- docker-compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index f4bfcb8..bf4be28 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`)