Skip to content

Commit 2431680

Browse files
committed
compose fix
1 parent 7571d40 commit 2431680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
sassbot:
1010
image: ghcr.io/bombg/sassbot:latest #ghcr.io/bombg/sassbot:latest-arm for arm processors i.e. Raspberry Pi
1111
volumes:
12-
- /home/bombg/Repos/SassBot/Constants.py:/opt/SassBot/AppConstants.py
12+
- /home/bombg/Repos/SassBot/AppConstants.py:/opt/SassBot/Constants.py
1313
- /home/bombg/Repos/SassBot/secrets:/opt/SassBot/secrets
1414
- /home/bombg/Repos/SassBot/sassBot.db:/opt/SassBot/sassBot.db
1515
- /home/bombg/Repos/SassBot/Fae/FaeIcon.png:/opt/SassBot/images/errIcon.png

0 commit comments

Comments
 (0)