mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-04-10 00:39:09 +00:00
10 lines
189 B
YAML
10 lines
189 B
YAML
services:
|
|
mirror:
|
|
image: hexboy2011/maven-mirror-tool
|
|
build:
|
|
context: .
|
|
restart: unless-stopped
|
|
environment:
|
|
NODE_ENV: production
|
|
ports:
|
|
- 8008:8008
|