You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error when I try and run ./bobarr.sh start:vpn
yaml: unmarshal errors:
line 25: mapping key "entrypoint" already defined at line 22
line 26: mapping key "command" already defined at line 23
Looking at the yml file its in the docker-compose.vpn.yml file here: entrypoint: "bash -c" command: "exit 0" restart: always entrypoint: ["/sbin/tini", "--", "/usr/bin/openvpn.sh"] command: '-p "51413" -p "51413;udp" -f ""'
as you can see there are duplicates. How do we fix this?
The text was updated successfully, but these errors were encountered:
I am getting an error when I try and run ./bobarr.sh start:vpn
yaml: unmarshal errors:
line 25: mapping key "entrypoint" already defined at line 22
line 26: mapping key "command" already defined at line 23
Looking at the yml file its in the docker-compose.vpn.yml file here:
entrypoint: "bash -c" command: "exit 0" restart: always entrypoint: ["/sbin/tini", "--", "/usr/bin/openvpn.sh"] command: '-p "51413" -p "51413;udp" -f ""'
as you can see there are duplicates. How do we fix this?
The text was updated successfully, but these errors were encountered: