mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-05 19:03:21 +00:00
9 lines
165 B
YAML
9 lines
165 B
YAML
services:
|
|
zentao:
|
|
image: easysoft/zentao:18.5
|
|
ports:
|
|
- "8084:80"
|
|
environment:
|
|
- MYSQL_INTERNAL=true
|
|
volumes:
|
|
- /data/zentao:/data |