user
This commit is contained in:
parent
dce2f3d251
commit
4196a57fda
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
environment:
|
||||
DOCKER_HOST: tcp://docker-in-docker:2375
|
||||
# User without root privileges, but with access to `./data`.
|
||||
user: forgejo-runner:forgejo-runner
|
||||
user: 1000:1000
|
||||
volumes:
|
||||
- /home/forgejo-runner/data:/data
|
||||
restart: 'unless-stopped'
|
||||
|
|
Loading…
Reference in a new issue