1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Update bitwarden image (#55)

The bitwarden image referenced is a fork of the original and not maintained as much as the original...
This commit is contained in:
Peter Sarossy
2019-09-01 19:32:51 -04:00
committed by David Young
parent 31c483dcfd
commit 73b18195a4

View File

@@ -57,7 +57,7 @@ Create a docker swarm config file in docker-compose syntax (v3), something like
version: "3" version: "3"
services: services:
bitwarden: bitwarden:
image: mprasil/bitwarden image: bitwardenrs/server
env_file: /var/data/config/bitwarden/bitwarden.env env_file: /var/data/config/bitwarden/bitwarden.env
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro