Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jgraph/drawio Docker tag to v24.3.1 #160

Merged
merged 1 commit into from
Apr 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to-install-drawio-on-dockge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading