dd
This commit is contained in:
parent
83a6a639a9
commit
b10102ed66
1 changed files with 0 additions and 14 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
# https://gitea.com/gitea/act_runner/src/branch/main/examples/docker-compose
|
||||
version: "3.7"
|
||||
services:
|
||||
runner:
|
||||
container_name: act-runner
|
||||
|
@ -18,16 +17,3 @@ services:
|
|||
|
||||
volumes:
|
||||
act_runner_data:
|
||||
|
||||
|
||||
|
||||
# Volumes (including bind mounts) can be mounted to containers. Glob syntax is supported, see https://github.com/gobwas/glob
|
||||
# You can specify multiple volumes. If the sequence is empty, no volumes can be mounted.
|
||||
# For example, if you only allow containers to mount the `data` volume and all the json files in `/src`, you should change the config to:
|
||||
# valid_volumes:
|
||||
# - data
|
||||
# - /src/*.json
|
||||
# If you want to allow any volume, please use the following configuration:
|
||||
# valid_volumes:
|
||||
# - '**'
|
||||
valid_volumes: []
|
||||
|
|
Loading…
Reference in a new issue