This commit is contained in:
sneakers-the-rat 2024-06-28 23:51:12 -07:00
parent dce2f3d251
commit 4196a57fda
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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'