chore (proxy): add informative comment about user UID/GID
This commit is contained in:
parent
902a82aa2f
commit
cfa42e290f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ services:
|
||||||
server:
|
server:
|
||||||
image: codeberg.org/forgejo/forgejo:10
|
image: codeberg.org/forgejo/forgejo:10
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
environment:
|
environment: # Run as my user
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue