Starting with start:vpn
Open
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.