Skip to content

Commit 226533e

Browse files
gblmarquezclaude
andcommitted
Rename env file from .env to stack.env
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e361135 commit 226533e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ services:
6363
- "1812:1812/udp"
6464
- "1813:1813/udp"
6565
env_file:
66-
- .env
66+
- stack.env
6767
restart: unless-stopped
6868
```
6969
70-
All realm and client variables are defined in a `.env` file. Add or remove entries as needed without modifying `docker-compose.yml`. See `.env.example` for the expected format.
70+
All realm and client variables are defined in a `stack.env` file. Add or remove entries as needed without modifying `docker-compose.yml`. See `stack.env.example` for the expected format.
7171

7272
# Security caveat
7373

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
restart: unless-stopped
99
privileged: true
1010
env_file:
11-
- .env
11+
- stack.env
1212
ports:
1313
- "1812:1812/udp"
1414
- "1813:1813/udp"
File renamed without changes.

0 commit comments

Comments
 (0)