feat: as a precaution, have some runner dirs under tmpfs
This commit is contained in:
parent
2c4c23362b
commit
ce2c05646a
@ -21,6 +21,7 @@ services:
|
|||||||
- 127.0.0.1:3333:3000
|
- 127.0.0.1:3333:3000
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
tmpfs: '/run,/tmp,/etc,/drone'
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- /etc/drone/runner-docker.env
|
- /etc/drone/runner-docker.env
|
||||||
|
Loading…
Reference in New Issue
Block a user