Minor fixes. Logs should now show the real ip address not the caddy container ip.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user