Skip to content

fix: IPv6 socket address parsing for Docker deployments#14

Merged
jamiepine merged 1 commit into
spacedriveapp:mainfrom
pablopunk:fix/docker-ipv6-bind-address
Feb 17, 2026
Merged

fix: IPv6 socket address parsing for Docker deployments#14
jamiepine merged 1 commit into
spacedriveapp:mainfrom
pablopunk:fix/docker-ipv6-bind-address

Conversation

@pablopunk

Copy link
Copy Markdown
Contributor

IPv6 addresses require brackets when combined with a port (e.g., [::]:19898 not :::19898). The docker-entrypoint.sh generates bind = :: for the API server, which caused a parse error when constructing the socket address.

Fixes #9
Fixes #12

IPv6 addresses require brackets when combined with a port (e.g., [::]:19898
not :::19898). The docker-entrypoint.sh generates bind = :: for the API
server, which caused a parse error when constructing the socket address.

Fixes spacedriveapp#9
Fixes spacedriveapp#12
@jamiepine jamiepine merged commit 0730fdb into spacedriveapp:main Feb 17, 2026
rktmeister pushed a commit to rktmeister/spacebot that referenced this pull request Mar 11, 2026
…nd-address

fix: IPv6 socket address parsing for Docker deployments
slvnlrt added a commit to slvnlrt/spacebot that referenced this pull request Jun 25, 2026
- README: cutover-wired status, current code map (trait, deleted dup modules)
- handoff: what's done (trait/cutover/runtime-validated), Plan C = what's left,
  decisions A(settled)/B(documented)/C(open), known landmines
- followups: spacedriveapp#3 + spacedriveapp#4 RESOLVED; spacedriveapp#7 partly (384-dim runs, recall benchmark TODO);
  added spacedriveapp#13 build_channel_context landmine, spacedriveapp#14 cfg-split dup, spacedriveapp#15 migrate unwired
- design.md: banner marking it as original intent; points to README/handoff/followups
slvnlrt added a commit to slvnlrt/spacebot that referenced this pull request Jun 25, 2026
slvnlrt added a commit to slvnlrt/spacebot that referenced this pull request Jun 25, 2026
…construction, spacedriveapp#14)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01L4YiSsKqD5hx9ETS148EwL
slvnlrt added a commit to slvnlrt/spacebot that referenced this pull request Jun 25, 2026
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.

Docker Image doesn't working as described on the homepage Docker: 'invalid API bind address' error on startup

2 participants