try fix
This commit is contained in:
parent
2b203c28c3
commit
8840909bae
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@
|
|||
image = "codeberg.org/forgejo/forgejo:9";
|
||||
container_name = "forgejo";
|
||||
environment = {
|
||||
"USER_UID=1000"
|
||||
"USER_GID=1000"
|
||||
USER_UID="1000";
|
||||
USER_GID="1000";
|
||||
};
|
||||
restart = "always";
|
||||
networks = ["forgejo"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue