add useful dir structure to compose override example
This commit is contained in:
@@ -2,5 +2,8 @@ services:
|
|||||||
inviter:
|
inviter:
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
volumes:
|
||||||
|
# - ./data:/app/data # uncomment to get access to database files more easily
|
||||||
|
# - ./logs:/app/logs # uncomment to get access to logs more easily
|
||||||
environment:
|
environment:
|
||||||
DISCORD_TOKEN: "your_discord_token_here"
|
DISCORD_TOKEN: "your_discord_token_here"
|
||||||
|
|||||||
Reference in New Issue
Block a user