This commit is contained in:
redwerkz
2022-09-14 05:56:33 +02:00
committed by jwobith
parent 819afb3569
commit 3358f144b9

View File

@ -90,8 +90,8 @@ Clone this repository and setup the [.env](#environment) file for your desired c
# Clone this repository to your computer # Clone this repository to your computer
git clone https://github.com/jwobith/docker-gitea && cd docker-gitea git clone https://github.com/jwobith/docker-gitea && cd docker-gitea
# Create a `.env` file by copying and adjusting `env.sample` for configuration. # Create a `.env` file by copying and adjusting `.env.sample` for configuration.
cp env.sample .env cp .env.sample .env
``` ```
Start the docker service Start the docker service
@ -232,7 +232,7 @@ sudo ufw status verbose
### Environment ### Environment
The configuration is performed via environment variables contained in a `.env` file. You can copy the provided `env.sample` file as a reference. The configuration is performed via environment variables contained in a `.env` file. You can copy the provided `.env.sample` file as a reference.
Variable | Description | Example Variable | Description | Example
--- | --- | --- --- | --- | ---