...
This commit is contained in:
@@ -15,8 +15,8 @@ services:
|
||||
container_name: gitea
|
||||
restart: always
|
||||
environment:
|
||||
- USER_UID=$(id -u git)
|
||||
- USER_GID=$(id -u git)
|
||||
- USER_UID=$(id -u $USER)
|
||||
- USER_GID=$(id -u $USER)
|
||||
networks:
|
||||
- frontend
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user