iam4x / iam4x/bobarr

Starting with start:vpn

Open
#282 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.