mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
change confd to hbs for unified docker templates (#2434)
* change confd to hbs tool * use new repo owner
This commit is contained in:
@ -66,7 +66,7 @@ fi
|
||||
# Launch a loop to rotate nginx logs on a daily basis
|
||||
/bin/sh -c "/logrotate.sh loop >/dev/null 2>&1 &"
|
||||
|
||||
/usr/local/bin/confd -onetime -backend env
|
||||
/usr/local/bin/hbs
|
||||
|
||||
# Enable/Disable services
|
||||
sed -i "s/autostart=true/autostart=${BW_ENABLE_ADMIN}/" /etc/supervisor.d/admin.ini
|
||||
|
Reference in New Issue
Block a user