From 30d2aa67838430f7f9b6576a0ffdf15d0bb65324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:59:14 +0000 Subject: [PATCH] Update jgraph/drawio Docker tag to v24.3.1 (#160) --- how-to-install-drawio-on-dockge/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-install-drawio-on-dockge/docker-compose.yml b/how-to-install-drawio-on-dockge/docker-compose.yml index 7e86d8f..6a21dbd 100644 --- a/how-to-install-drawio-on-dockge/docker-compose.yml +++ b/how-to-install-drawio-on-dockge/docker-compose.yml @@ -7,7 +7,7 @@ services: # Name of the container. This is a custom name assigned to the container, making it easier to identify and manage. container_name: big-bear-drawio # Docker image to be used. Specifies the draw.io Docker image and its version. This image is pulled from Docker Hub or another container registry if not available locally. - image: jgraph/drawio:24.2.7 + image: jgraph/drawio:24.3.1 # Restart policy for the service. This configuration ensures that the container restarts automatically unless it is explicitly stopped by the user. Helps in maintaining the application's availability. restart: unless-stopped # Port mappings for the service. This maps port 8080 of the container to port 8080 of the host, allowing external access to the draw.io application through the host's IP address and port.