mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 07:12:15 +10:00
15 lines
221 B
YAML
15 lines
221 B
YAML
services:
|
|
docs:
|
|
networks: [fmhy]
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: fmhy-docs
|
|
container_name: docs
|
|
restart: unless-stopped
|
|
ports:
|
|
- '4173:4173'
|
|
|
|
|
|
networks:
|
|
fmhy:
|