Removed environment variables specifying user and group IDs
This commit is contained in:
@@ -13,9 +13,9 @@ services:
|
||||
gitea:
|
||||
image: docker.gitea.com/gitea:latest
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=$(id -u $USER)
|
||||
- USER_GID=$(id -u $USER)
|
||||
# environment:
|
||||
# - USER_UID=$(id -u $USER)
|
||||
# - USER_GID=$(id -u $USER)
|
||||
restart: always
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
Reference in New Issue
Block a user