Fix env stuff with atm3
This commit is contained in:
parent
6d1db113d3
commit
62ff025915
2
atm3/.env.example
Normal file
2
atm3/.env.example
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CF_API_KEY: <your-cloudflare-api-key>
|
||||||
|
RCON_PASSWORD: <your-rcon-password>
|
@ -7,7 +7,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- ../stack.env
|
||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
TYPE: "AUTO_CURSEFORGE"
|
TYPE: "AUTO_CURSEFORGE"
|
||||||
|
Loading…
Reference in New Issue
Block a user