diff --git a/compose.yml b/compose.yml index d6d38e8..11a65dc 100644 --- a/compose.yml +++ b/compose.yml @@ -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 @@ -59,4 +59,4 @@ services: - 9283:9283 restart: unless-stopped networks: - - frontend \ No newline at end of file + - frontend