

# SHA-1 is deprecated, so use SHA-2 instead. Now, you must create configuration for nginx: You can change to whatever fits for you but don’t use 80, 443 or 8080 because they are already taken by Qnap own services.īefore you run freshly created application (that’s Qnap Container Station’s name for docker-compose GUI) SSH log into Qnap and go to application folder: cd /share/Container/container-station-data/application/bitwarden/data „580” and „5443” are outside ports which are open on the Qnap itself. You should pay particular attention to the ports configuration, line with „580:80” and „5443:443” frases. bw_backup – a docker image running cron job to backup bitwarden database.Īnd runs containers of them inside „Container Station”.nginx – web server required here as proxy for HTTPS requests,.bitwarden_rs – an unofficial Bitwarden server implemented in Rust language,.What you have really done is Docker Compose YAML configuration file which pulls 3 images from Docker Hub server: BACKUP_FILE=/data/db_backup/backup.sqlite3Īccept it and run. BACKUP_FILE=/backup_folder/db_backup/backup.sqlite3
