Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Conversation

@r-thak
Copy link
Owner

@r-thak r-thak commented Nov 16, 2025

Removed vault config volume mount that was conflicting with dev mode. Dev mode automatically starts a listener on port 8200, so the config file that also defined a listener on the same port caused a port conflict. Additionally, the read-only mount prevented vault from setting file permissions.

Fixes:

  • Removed ./vault/config:/vault/config:ro volume mount
  • Kept policies and scripts mounts for potential use
  • Dev mode configuration remains unchanged

This resolves the "address already in use" and "Read-only file system" errors.

Removed vault config volume mount that was conflicting with dev mode.
Dev mode automatically starts a listener on port 8200, so the config
file that also defined a listener on the same port caused a port
conflict. Additionally, the read-only mount prevented vault from
setting file permissions.

Fixes:
- Removed ./vault/config:/vault/config:ro volume mount
- Kept policies and scripts mounts for potential use
- Dev mode configuration remains unchanged

This resolves the "address already in use" and "Read-only file system" errors.
@r-thak r-thak merged commit 4639b79 into main Nov 16, 2025
5 of 6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants