Change port mapping for docs container

Fixed port mapping, otherwise the instance wouldnt work
This commit is contained in:
jbugel 2026-03-07 23:02:01 +01:00 committed by GitHub
parent c2d3700e14
commit 7118428d0f
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: