Fixed listmonk for plus

This commit is contained in:
root 2025-01-14 20:38:28 +00:00
parent 61749f4c9d
commit 5e58b7651b

View File

@ -48,7 +48,7 @@ TZ=Etc/UTC
EOF
if [[ "${PLUS}" = "true" ]]; then
sed -i "s/listmonk.$DOMAIN/$DOMAIN/g" /federated/apps/listmonk/docker-compose.yml
# sed -i "s/listmonk.$DOMAIN/$DOMAIN/g" /federated/apps/listmonk/docker-compose.yml
sed -i "s/letsencrypt/httpresolver/g" /federated/apps/listmonk/docker-compose.yml
fi