Change default container name
This commit is contained in:
2
main.py
2
main.py
@@ -10,7 +10,7 @@ from datetime import datetime, timedelta, timezone
|
||||
|
||||
import aiodocker
|
||||
|
||||
NAVIDROME_CONTAINER = os.environ.get('NAVIDROME_CONTAINER', 'navidrome-1')
|
||||
NAVIDROME_CONTAINER = os.environ.get('NAVIDROME_CONTAINER', 'navidrome-navidrome-1')
|
||||
STAR_UNSTAR_WINDOW = timedelta(seconds=4)
|
||||
|
||||
# A dictionary to store the timestamp of when a song was starred.
|
||||
|
||||
Reference in New Issue
Block a user