Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting with start:vpn #282

Open
jbedgood opened this issue Oct 14, 2024 · 0 comments
Open

Starting with start:vpn #282

jbedgood opened this issue Oct 14, 2024 · 0 comments

Comments

@jbedgood
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant