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
259 B

3 years ago
version: '3'
services:
hugo-run:
build: .
ports:
- "1313:1313"
environment:
- PGID=1000
- PUID=1000
- TZ=Asia/Shanghai
volumes:
- ./hugo:/hugo
- ./run.sh:/run.sh
entrypoint:
- sh
- /run.sh