diff --git a/e-voting-system/docker-compose.yml b/e-voting-system/docker-compose.yml index dc3731a..a4d1187 100644 --- a/e-voting-system/docker-compose.yml +++ b/e-voting-system/docker-compose.yml @@ -5,7 +5,7 @@ services: # MariaDB Database Service # ================================================================ mariadb: - image: mariadb:11-latest + image: mariadb:latest container_name: evoting_db restart: unless-stopped environment: