From 8fd670806515a11e291a35d900a71e611de3875a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 20 Apr 2025 23:58:13 -0600 Subject: [PATCH] Update Servers/Containerization/Docker/Compose/Password Pusher.md --- Servers/Containerization/Docker/Compose/Password Pusher.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Servers/Containerization/Docker/Compose/Password Pusher.md b/Servers/Containerization/Docker/Compose/Password Pusher.md index 32cec31..685cdc5 100644 --- a/Servers/Containerization/Docker/Compose/Password Pusher.md +++ b/Servers/Containerization/Docker/Compose/Password Pusher.md @@ -1,7 +1,7 @@ **Purpose**: An application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed. Track who, what and when. ## Docker Configuration -```jsx title="docker-compose.yml" +```yaml title="docker-compose.yml" version: '3' services: @@ -27,7 +27,7 @@ networks: external: true ``` -```jsx title=".env" +```yaml title=".env" PWPUSH_MASTER_KEY= PWP__BRAND__TITLE="Bunny Lab" PWP__BRAND__SHOW_FOOTER_MENU=false @@ -62,7 +62,7 @@ PWP__LOG_LEVEL=info ## Traefik Reverse Proxy Configuration If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below. -``` yaml +```yaml http: routers: password-pusher: