diff --git a/docker-compose.yml b/docker-compose.yml index 181f1b4..3e56225 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,8 +4,8 @@ services: container_name: vaultwarden restart: unless-stopped environment: - DOMAIN: "https://vw.domain.tld" + DOMAIN: "https://pass.maxscout.xyz" volumes: - - ./vw-data/:/data/ + - /mnt/main/containers/vaultwarden/data/:/data/ ports: - - 127.0.0.1:8000:80 \ No newline at end of file + - 30011:80 \ No newline at end of file