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:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker-in-docker:2375
|
DOCKER_HOST: tcp://docker-in-docker:2375
|
||||||
# User without root privileges, but with access to `./data`.
|
# User without root privileges, but with access to `./data`.
|
||||||
user: forgejo-runner:forgejo-runner
|
user: 1000:1000
|
||||||
volumes:
|
volumes:
|
||||||
- /home/forgejo-runner/data:/data
|
- /home/forgejo-runner/data:/data
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
|
|
Loading…
Reference in a new issue