Compare commits

..

2 Commits

Author SHA1 Message Date
b136396f3b Fix excalidraw image: switch to official excalidraw/excalidraw:latest
kiliandeca/excalidraw:sha-e42a510 tag doesn't exist. The kiliandeca fork
hasn't been updated since 2021. Official image is current (Jan 2026).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 16:36:34 -06:00
e0507e1f25 Fix docker-socket-proxy image tag: 0.4.2 → v0.4.2
The tag on Docker Hub requires the 'v' prefix, causing pull failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 16:27:36 -06:00

View File

@ -670,7 +670,7 @@ services:
# Excalidraw — Collaborative whiteboard # Excalidraw — Collaborative whiteboard
excalidraw: excalidraw:
image: kiliandeca/excalidraw:sha-e42a510 image: excalidraw/excalidraw:latest
container_name: excalidraw-changemaker container_name: excalidraw-changemaker
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -1083,7 +1083,7 @@ services:
# Docker socket proxy — read-only access for container status monitoring # Docker socket proxy — read-only access for container status monitoring
docker-socket-proxy: docker-socket-proxy:
image: tecnativa/docker-socket-proxy:0.4.2 image: tecnativa/docker-socket-proxy:v0.4.2
container_name: docker-socket-proxy container_name: docker-socket-proxy
restart: unless-stopped restart: unless-stopped
environment: environment: