Hi,
I’ve set up VW using the Alpine image on a Docker server but when I try to connect to the web interface the loading animation just plays forever.
compose.yml file
services:
vaultwarden:
image: ghcr.io/dani-garcia/vaultwarden:latest-alpine
restart: unless-stopped
environment:
TZ: Australia/Adelaide
SIGNUPS_ALLOWED: "true"
DOMAIN: http://192.168.0.110:8000
volumes:
- ./vw-data/:/data/
ports:
- 8000:80
