We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571d40 commit 2431680Copy full SHA for 2431680
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
sassbot:
10
image: ghcr.io/bombg/sassbot:latest #ghcr.io/bombg/sassbot:latest-arm for arm processors i.e. Raspberry Pi
11
volumes:
12
- - /home/bombg/Repos/SassBot/Constants.py:/opt/SassBot/AppConstants.py
+ - /home/bombg/Repos/SassBot/AppConstants.py:/opt/SassBot/Constants.py
13
- /home/bombg/Repos/SassBot/secrets:/opt/SassBot/secrets
14
- /home/bombg/Repos/SassBot/sassBot.db:/opt/SassBot/sassBot.db
15
- /home/bombg/Repos/SassBot/Fae/FaeIcon.png:/opt/SassBot/images/errIcon.png
0 commit comments