diff --git a/projects/IoTCenter/wwwroot/images/monitor.svg b/projects/IoTCenter/wwwroot/images/monitor.svg
new file mode 100644
index 00000000..199c2b86
--- /dev/null
+++ b/projects/IoTCenter/wwwroot/images/monitor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/projects/IoTCenter/wwwroot/images/safe.svg b/projects/IoTCenter/wwwroot/images/safe.svg
new file mode 100644
index 00000000..8f3e93e5
--- /dev/null
+++ b/projects/IoTCenter/wwwroot/images/safe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/publish/src/linux-x64/publish/docker-compose.yml b/publish/src/linux-x64/publish/docker-compose.yml
index f7e7ab3f..f1eddec3 100644
--- a/publish/src/linux-x64/publish/docker-compose.yml
+++ b/publish/src/linux-x64/publish/docker-compose.yml
@@ -28,6 +28,11 @@ services:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=jobserver
command: --default-authentication-plugin=mysql_native_password
+ healthcheck:
+ test: "/usr/bin/mysql --user=root --password=root --execute \"SHOW DATABASES;\""
+ interval: 3s
+ timeout: 3s
+ retries: 10
ports:
- 3306:3306
volumes: