diff --git a/templates/compose/plausible.yaml b/templates/compose/plausible.yaml
index 5f2d159ba..516c4f2cf 100644
--- a/templates/compose/plausible.yaml
+++ b/templates/compose/plausible.yaml
@@ -70,12 +70,12 @@ services:
source: ./clickhouse/clickhouse-config.xml
target: /etc/clickhouse-server/config.d/logging.xml
read_only: true
- content: "00"
+ content: "warningtrue"
- type: bind
source: ./clickhouse/clickhouse-user-config.xml
target: /etc/clickhouse-server/users.d/logging.xml
read_only: true
- content: 'warningtrue'
+ content: '00'
ulimits:
nofile:
soft: 262144
diff --git a/templates/compose/shlink.yaml b/templates/compose/shlink.yaml
index 141634850..6d1226970 100644
--- a/templates/compose/shlink.yaml
+++ b/templates/compose/shlink.yaml
@@ -9,7 +9,7 @@ services:
image: shlinkio/shlink:stable
environment:
- SERVICE_URL_SHLINK_8080
- - DEFAULT_DOMAIN=${SERVICE_URL_SHLINK}
+ - DEFAULT_DOMAIN=${SERVICE_FQDN_SHLINK}
- IS_HTTPS_ENABLED=false
- INITIAL_API_KEY=${SERVICE_BASE64_SHLINKAPIKEY}
volumes: