config: Change Vaultwarden port to 8020 to avoid conflicts
This commit is contained in:
@@ -24,6 +24,6 @@ services:
|
||||
volumes:
|
||||
- /volume1/docker/vaultwarden/data:/data:rw
|
||||
ports:
|
||||
- "8080:80" # Web UI
|
||||
- "8020:80" # Web UI
|
||||
# Note: Vaultwarden integrates the WebSocket server into the main process in recent versions,
|
||||
# so exposing port 3012 is no longer required for typical setups unless using reverse proxy splitting.
|
||||
|
||||
Reference in New Issue
Block a user