Skip to content

Fix the validation error#42

Merged
r-thak merged 1 commit intomainfrom
claude/fix-validation-error-01Lh1c124YpGwE7X752FSKXo
Nov 16, 2025
Merged

Fix the validation error#42
r-thak merged 1 commit intomainfrom
claude/fix-validation-error-01Lh1c124YpGwE7X752FSKXo

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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants