mirror of
https://github.com/bitwarden/server
synced 2026-01-06 10:34:01 +00:00
docker setup
This commit is contained in:
4
nginx/entrypoint.sh
Normal file
4
nginx/entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cp /etc/bitwarden/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||
nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user