docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
215 B

version: "3"
services:
gotify:
image: gotify/server
ports:
- 8080:80
environment:
- "TZ=Asia/Shanghai"
- GOTIFY_DEFAULTUSER_PASS=custom
volumes:
- "./gotify_data:/app/data"