Minor fixes. Logs should now show the real ip address not the caddy container ip.

This commit is contained in:
2026-09-01 02:15:01 +00:00
parent 4377016cda
commit 80d21ec31e
7 changed files with 17 additions and 9 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
[Unit]
Description=Frank container service
After=docker.service netbird.service
BindsTo=dev-usb-lp0.device
After=docker.service netbird.service dev-usb-lp0.device
Wants=network-online.target docker.socket netbird.service
Requires=docker.socket netbird.service
PartOf=netbird.service
@@ -12,4 +13,4 @@ ExecStart=/usr/bin/docker start -a frank
ExecStop=/usr/bin/docker stop -t 10 frank
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target dev-usb-lp0.device