mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-02 03:48:15 +08:00
8 lines
190 B
YAML
8 lines
190 B
YAML
version: '2'
|
|
services:
|
|
app:
|
|
image: registry.cn-hangzhou.aliyuncs.com/kennylee/jetbrains-license-server
|
|
ports:
|
|
- "9999:1017"
|
|
restart: unless-stopped
|