feat: use latest version of bitwardenrs in docker-compose.yml

This commit is contained in:
ttionya
2021-02-20 12:47:09 +08:00
parent a485d00eaa
commit be4c5b8240
+1 -1
View File
@@ -3,7 +3,7 @@ version: '3.4'
services: services:
bitwardenrs: bitwardenrs:
image: bitwardenrs/server:1.17.0 image: bitwardenrs/server:latest
restart: always restart: always
# environment: # environment:
# SIGNUPS_ALLOWED: 'false' # SIGNUPS_ALLOWED: 'false'