mirror of
https://github.com/NotoChen/Jetbrains-Help.git
synced 2025-05-24 06:56:44 +08:00
9 lines
181 B
YAML
9 lines
181 B
YAML
services:
|
|
jetbrains-help:
|
|
build: .
|
|
image: jetbrains-help:latest
|
|
container_name: Jetbrains-Help
|
|
ports:
|
|
- 10768:10768
|
|
volumes:
|
|
- ./external:/external |