adjust limiting the php-fpm port to specific containers again

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-09-27 21:27:24 +02:00
parent b0c859a080
commit f82affdac6
7 changed files with 28 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
if ! nc -z "$NEXTCLOUD_HOST" 9000; then
if ! nc -z "$NEXTCLOUD_HOST" 9001; then
exit 0
fi