Removed environment variables specifying user and group IDs

This commit is contained in:
2025-12-06 02:30:00 +00:00
parent 25ceb441d4
commit a9b2f078d0

View File

@@ -13,9 +13,9 @@ services:
gitea: gitea:
image: docker.gitea.com/gitea:latest image: docker.gitea.com/gitea:latest
container_name: gitea container_name: gitea
environment: # environment:
- USER_UID=$(id -u $USER) # - USER_UID=$(id -u $USER)
- USER_GID=$(id -u $USER) # - USER_GID=$(id -u $USER)
restart: always restart: always
networks: networks:
- frontend - frontend
@@ -59,4 +59,4 @@ services:
- 9283:9283 - 9283:9283
restart: unless-stopped restart: unless-stopped
networks: networks:
- frontend - frontend