edit/docker-compose.yaml
jbugel 8cd1bcae14
Change port mapping for docs container (#4901)
Fixed port mapping, otherwise the instance wouldnt work
2026-03-07 14:05:40 -08:00

14 lines
218 B
YAML

services:
docs:
networks: [fmhy]
build:
context: .
dockerfile: Dockerfile
image: fmhy-docs
container_name: docs
restart: unless-stopped
ports:
- '4173:80'
networks:
fmhy: