From 9ea1be87b9543ff255661cbc997f57bf2889528f Mon Sep 17 00:00:00 2001 From: MeiRos Date: Mon, 21 Jan 2019 23:15:44 +0200 Subject: [PATCH] Updated Using Docker Compose (markdown) --- Using-Docker-Compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-Docker-Compose.md b/Using-Docker-Compose.md index 736f439..595e5eb 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -85,7 +85,7 @@ If there's no need for websocket notifications, you can run Bitwarden_rs alone. version: '3' services: bitwarden: - image: mprasil/bitwarden:raspberry + image: mprasil/bitwarden restart: always volumes: - ./bw-data/:/data/ @@ -101,7 +101,7 @@ services: SMTP_PASSWORD: "yyy" LOG_FILE: "/data/bitwarden.log" ports: - - 192.168.1.20:443:80 #Raspberry's home IP + - 192.168.1.20:443:80 #Server's home IP ``` Even the server is running at the home network behind the NAT, I wanted to have Let's Encrypt's certificate. I followed this guide https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode.