mirror of
https://gitea.com/jwobith/docker-gitea.git
synced 2025-07-14 03:54:35 +00:00
fix typo
This commit is contained in:
@ -90,8 +90,8 @@ Clone this repository and setup the [.env](#environment) file for your desired c
|
||||
# Clone this repository to your computer
|
||||
git clone https://github.com/jwobith/docker-gitea && cd docker-gitea
|
||||
|
||||
# Create a `.env` file by copying and adjusting `env.sample` for configuration.
|
||||
cp env.sample .env
|
||||
# Create a `.env` file by copying and adjusting `.env.sample` for configuration.
|
||||
cp .env.sample .env
|
||||
```
|
||||
|
||||
Start the docker service
|
||||
@ -232,7 +232,7 @@ sudo ufw status verbose
|
||||
|
||||
### 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
|
||||
--- | --- | ---
|
||||
|
Reference in New Issue
Block a user