GluetunVPN - 2nd instance working but 1 error relating to dir not found
I am setting up a 2nd instance of GlutunVPN and it appears to be working with ProtonVPN. However, I have 1 error which prevents writing of the "IP" file to the related docker container:
ERROR [vpn] getting public IP address information: persisting public ip address: open /gluetun-2/ip: no such file or directory
Docker settings:
config = /mnt/user/appdata/gluetun-2
VPN_PORT_FORWARDING_STATUS_FILE: = /gluetun-2/forwarded_port
PUBLICIP_FILE: = /gluetun-2/ip (as opposed to default of /glutun)
The docker dir definitely exists as the server.json is there.
Just wondering what setting may be impacting this?