mirror of
https://github.com/fmhy/edit.git
synced 2025-08-03 17:52:13 +10:00
fix merge conflict
This commit is contained in:
parent
69a5fdc455
commit
a4a5200b0e
3 changed files with 36 additions and 2 deletions
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue