Update docker-compose.yml

This commit is contained in:
李启爱 2019-12-09 15:25:48 +08:00 committed by GitHub
parent b3b1e3133f
commit 590051a3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ services:
- default
drone-server:
image: drone/drone:1.3.1
image: drone/drone:1
ports:
- "8000:80"
- 9000
@ -33,7 +33,7 @@ services:
- TZ=Asia/Shanghai
drone-agent:
image: drone/agent:1.3.1
image: drone/agent:1
container_name: drone-agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock