mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-08 23:50:25 +00:00
Merge branch 'staging' into feat/valkey
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ! -z ${VALKEY_SLAVEOF_IP} ]]; then
|
||||
cp /etc/syslog-ng/syslog-ng-valkey_slave.conf /etc/syslog-ng/syslog-ng.conf
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user