Correct Docker Compose

This commit is contained in:
Lucas Mathews
2024-06-15 13:12:25 +02:00
parent c79f54eda7
commit a1d326c018
6 changed files with 15 additions and 12 deletions

View File

@@ -4,4 +4,4 @@
import configparser
CONFIG = configparser.ConfigParser()
CONFIG.read("bank.ini")
CONFIG.read("./bank.ini")