feature request
#2454
Replies: 3 comments 2 replies
-
Would setting an env variable work? Line 329 in 3abf173 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Then I'm not sure what you want to accomplish. Because, if i use a ---
version: '3.8'
services:
vaultwarden:
image: vaultwarden/server:latest
network_mode: host
container_name: vaultwarden
restart: unless-stopped
volumes:
- ./data/:/data/
environment:
- TZ=Europe/Amsterdam
- ROCKET_PORT=8888
- LOG_FILE=/data/vaultwarden.log
- WEBSOCKET_ENABLED=true
- WEBSOCKET_PORT=3013 That works perfectly fine. It will run Vaultwarden web-interface on port 8888 and the web-socket on 3013 (default is 3012) |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok i know why,i 'm not change websocket port only change rocket port ! Thanks
…------- Original Message -------
On Sunday, May 8th, 2022 at PM 9:30, Mathijs van Veluw ***@***.***> wrote:
Then I'm not sure what you want to accomplish.
Because, if i use a docker-compose.yml file like this:
---
version
:
'
3.8
'
services
:
vaultwarden
:
image
:
vaultwarden/server:latest
network_mode
:
host
container_name
:
vaultwarden
restart
:
unless-stopped
volumes
:
-
./data/:/data/
environment
:
-
TZ=Europe/Amsterdam
-
ROCKET_PORT=8888
-
LOG_FILE=/data/vaultwarden.log
-
WEBSOCKET_ENABLED=true
-
WEBSOCKET_PORT=3013
That works perfectly fine. It will run Vaultwarden web-interface on port 8888 and the web-socket on 3013 (default is 3012)
—
Reply to this email directly, [view it on GitHub](#2454 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AO3PP3UIY3SKG2EBTD3WYSLVI66XBANCNFSM5VFZBU7Q).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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
-
can [vaultwarden] support a script to choice custom bind port so that can easily use host network mode
Beta Was this translation helpful? Give feedback.
All reactions