updates...
This commit is contained in:
@ -25,13 +25,4 @@ In case user/group doesn't exist at all, please create the user & group incl. th
|
||||
```
|
||||
sudo groupadd -g 1003 gitea-group
|
||||
sudo useradd -g gitea-group -u 1003 gitea-user
|
||||
```
|
||||
|
||||
## About secrets
|
||||
In order to manage secrets centrally in 1Password and due to the need for secrets in Gitea, using `docker compose` directly in the terminal does not work.
|
||||
|
||||
## Bring up/tear down container
|
||||
Please use the `start.sh` to spin up the container
|
||||
### Prerequisites start.sh
|
||||
- User executing the script is part of the `docker` group
|
||||
- Env variable `OP_SERVICE_ACCOUNT_TOKEN` is set up \[check out top-level README.md for more information on how to set this up\]
|
||||
```
|
||||
Reference in New Issue
Block a user