-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
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?
deffyded
Metadata
Metadata
Assignees
Labels
No labels