Commit 31bced
2026-08-30 14:05:09 Ralph Thesen: Fix slim image port mapping in the somaxconn FAQ example| faq.md .. | |
| @@ 52,7 52,7 @@ | |
| image: redimp/otterwiki:2-slim | |
| restart: unless-stopped | |
| ports: | |
| - | - 8080:80 |
| + | - 8080:8080 |
| volumes: | |
| - ./app-data:/app-data | |
| sysctls: | |
