fix: correct typo in docker-compose volumes driver key

The auth-data volume in docker-compose.yml had "dirver" instead of
"driver", which would cause Docker to fail when creating the volume.
This commit is contained in:
db123-test
2026-05-05 19:07:50 +03:30
parent 30adeeebed
commit ac25f4f4c5

View File

@@ -30,7 +30,7 @@ services:
volumes:
auth-data:
dirver: local
driver: local
networks:
proxy_net: