Change port mapping for docs container (#4901)

Fixed port mapping, otherwise the instance wouldnt work
This commit is contained in:
jbugel 2026-03-07 23:05:40 +01:00 committed by GitHub
parent c2d3700e14
commit 8cd1bcae14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ services:
container_name: docs
restart: unless-stopped
ports:
- '4173:4173'
- '4173:80'
networks:
fmhy: