Skip to content

Commit 32e7ab2

Browse files
committed
Docker Compose scripts and docs
1 parent 6d34755 commit 32e7ab2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/docs/deployment/compose.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,13 @@ Named volumes (`pgdata`, `mariadbdata`, `mysqldata`, `mongodata`) isolate persis
108108

109109
---
110110

111-
````markdown
112-
---
113-
114111
## 🔍 Troubleshooting port publishing on WSL2 (rootless Podman)
115112

116113
```bash
117114
# Verify the port is listening (dual-stack)
118115
ss -tlnp | grep 4444 # modern tool
119116
netstat -anp | grep 4444 # legacy fallback
120-
````
117+
```
121118

122119
> A line like `:::4444 LISTEN rootlessport` is **normal** – the IPv6
123120
> wildcard socket (`::`) also accepts IPv4 when `net.ipv6.bindv6only=0`

0 commit comments

Comments
 (0)