mirror of
https://github.com/fmhy/edit.git
synced 2025-07-28 23:02:16 +10:00
14 lines
220 B
YAML
14 lines
220 B
YAML
services:
|
|
docs:
|
|
networks: [fmhy]
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: fmhy-docs
|
|
container_name: docs
|
|
restart: unless-stopped
|
|
ports:
|
|
- '4173:4173'
|
|
|
|
networks:
|
|
fmhy:
|