chore (proxy): add informative comment about user UID/GID

This commit is contained in:
thomasabishop 2025-04-08 18:11:22 +01:00
parent 902a82aa2f
commit cfa42e290f

View file

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