File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
5
5
drone-server :
6
- image : drone/drone:1
6
+ image : drone/drone:2.3. 1
7
7
ports :
8
8
- 443:443
9
9
- 80:80
@@ -12,7 +12,6 @@ services:
12
12
- ./ssl:/etc/certs
13
13
restart : always
14
14
environment :
15
- - DRONE_AGENTS_ENABLED=true
16
15
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST:-drone.domain.com}
17
16
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO:-https}
18
17
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET:-secret}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ version: '3'
30
30
services :
31
31
32
32
drone-server :
33
- image : drone/drone:1
33
+ image : drone/drone:2.3. 1
34
34
ports :
35
35
- 443:443
36
36
- 80:80
@@ -39,7 +39,6 @@ services:
39
39
- ./ssl:/etc/certs
40
40
restart : always
41
41
environment :
42
- - DRONE_AGENTS_ENABLED=true
43
42
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST:-https://drone.yeasy.com}
44
43
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO:-https}
45
44
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET:-secret}
You can’t perform that action at this time.
0 commit comments