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.
 
 
 
 
 
 

16 lines
270 B

version: '3'
services:
hexo:
image: denalon/hexo-run
ports:
- "4000:4000"
environment:
- PGID=1000
- PUID=1000
- TZ=Asia/Shanghai
volumes:
- ./run.sh:/run.sh
- ./hexo:/hexo
entrypoint:
- sh
- /run.sh