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

Getting a strange error using trying to Docker compose up #401

Open
TheMalone opened this issue Jun 6, 2024 · 0 comments
Open

Getting a strange error using trying to Docker compose up #401

TheMalone opened this issue Jun 6, 2024 · 0 comments

Comments

@TheMalone
Copy link

I'm getting the error "validating /compose/deluge/docker-compose.yml: volumes must be a mapping." Do you see what might be causing this error?

deluge:

image: binhex/arch-delugevpn

container_name: deluge

cap_add:

  • net_admin

ports:

  • 8112:8112

  • 8118:8118

  • 58846:58846

  • 58946:58946

volumes:

  • /data/torrents:/data/torrents

  • /appdata/deluge:/config

  • /etc/localtime:/etc/localtime:ro

  • /appdata/deluge/netherlands.ovpn:/config/netherlands.ovpn #this will vary depending on what VPN service you use

environment:

  • VPN_ENABLED=yes

  • VPN_USER=username

  • VPN_PASS=password

  • VPN_PROV=pia

  • STRICT_PORT_FORWARD=yes

  • ENABLE_PRIVOXY=yes

  • LAN_NETWORK=192.168.30.0/24 # this is the subnet my local config uses to allow connections to the deluge webui.

  • NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1

  • DELUGE_DAEMON_LOG_LEVEL=info

  • DELUGE_WEB_LOG_LEVEL=info

  • ADDITIONAL_PORTS=1234

  • DEBUG=false

  • UMASK=002

  • PUID=1000

  • PGID=1000

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