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: