Replies: 2 comments 1 reply
-
|
Checkout https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I got it running :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I already have caddy running with a whole lot of apps +- 15.
i've installed vaultwarden with the docker-compose.yml
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
environment:
DOMAIN: "https://thisis.my.site?"
volumes:
- ./vw-data/:/data/
ports:
- 127.0.0.1:8000:80
in domain i put my own site i guess?
but what do i put in the caddy file?
i have tried lots of ways but with no luck
can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions