authentik_traefik icon indicating copy to clipboard operation
authentik_traefik copied to clipboard

invalid mount config

Open airbornetrooper82573 opened this issue 6 months ago • 29 comments

I'm getting this error when trying to docker compose up: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /opt/stacks/my-compose/secrets/geoip_acccount_id

In my .env file I setup I changed DOCKERDIR=/opt/stacks/my-compose to match my setup.... I use dockge instead of portainer.

I don't understand why it's saying the source path doesn't exist when I see this:

root@docker:/opt/stacks/my-compose/secrets# ls -la total 22 drwxr-xr-x 2 root root 12 Aug 3 10:53 . drwxr-xr-x 8 root root 10 Aug 3 11:11 .. -rw-r--r-- 1 root root 12 Aug 3 10:15 authentik_postgresql_db -rw-r--r-- 1 root root 48 Aug 3 10:16 authentik_postgresql_password -rw-r--r-- 1 root root 14 Aug 3 10:15 authentik_postgresql_user -rw-r--r-- 1 root root 80 Aug 3 10:16 authentik_secret_key -rw-r--r-- 1 root root 41 Aug 3 10:12 cf_dns_api_token -rw-r--r-- 1 root root 25 Aug 3 10:09 cf_email -rw-r--r-- 1 root root 7 Aug 3 11:06 geoip_account_id -rw-r--r-- 1 root root 40 Aug 3 10:29 geoip_licnese_key -rw-r--r-- 1 root root 19 Aug 3 10:18 gmail_smtp_password -rw-r--r-- 1 root root 25 Aug 3 10:17 gmail_smtp_username

airbornetrooper82573 avatar Aug 03 '24 15:08 airbornetrooper82573