edit/docker-compose.yaml

15 lines
218 B
YAML
Raw Permalink Normal View History

2025-05-19 23:13:03 +00:00
services:
docs:
networks: [fmhy]
build:
context: .
dockerfile: Dockerfile
image: fmhy-docs
container_name: docs
restart: unless-stopped
ports:
- '4173:80'
2025-05-19 23:13:03 +00:00
networks:
fmhy: