fix merge conflict

This commit is contained in:
PATRICK-WORK\Patrick 2025-05-28 13:22:49 +02:00
parent 69a5fdc455
commit a4a5200b0e
3 changed files with 36 additions and 2 deletions

15
docker-compose.yaml Normal file
View file

@ -0,0 +1,15 @@
services:
docs:
networks: [fmhy]
build:
context: .
dockerfile: Dockerfile
image: fmhy-docs
container_name: docs
restart: unless-stopped
ports:
- '4173:4173'
networks:
fmhy: