Update volume path in Docker Compose configuration for botbotbot service
All checks were successful
Push Docker image / build (push) Successful in 1m40s
All checks were successful
Push Docker image / build (push) Successful in 1m40s
This commit is contained in:
parent
91743fefe1
commit
d46e6a5f35
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ services:
|
||||||
container_name: botbotbot
|
container_name: botbotbot
|
||||||
image: code.edgarpierre.fr/edpibu/botbotbot:main
|
image: code.edgarpierre.fr/edpibu/botbotbot:main
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- /docker/botbotbot/config:/config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue