Skip to content

Starting with start:vpn #282

@jbedgood

Description

@jbedgood

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions