Refactor configuration paths in .gitignore and compose.yaml; add config.sample.toml
All checks were successful
Push Docker image / build (push) Successful in 1m33s
All checks were successful
Push Docker image / build (push) Successful in 1m33s
This commit is contained in:
parent
1e25826413
commit
91743fefe1
3 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,6 +10,6 @@ wheels/
|
|||
.venv
|
||||
|
||||
# BotBotBot
|
||||
/config.toml
|
||||
/config/config.toml
|
||||
/wordlist.pickle
|
||||
/cambai
|
||||
|
|
|
@ -3,4 +3,4 @@ services:
|
|||
container_name: botbotbot
|
||||
image: code.edgarpierre.fr/edpibu/botbotbot:main
|
||||
volumes:
|
||||
- /docker/botbotbot/config:/config
|
||||
- ./config:/config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue