From b35a2c39327d800543bc8ed0dbba51003ae0950b Mon Sep 17 00:00:00 2001 From: Jingchao Date: Mon, 31 Jul 2023 08:38:24 +0800 Subject: [PATCH] chore: bump docker compose version --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index bdd8e05..1d57e95 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,12 +2,12 @@ services: frontend: - image: excalidraw:v0.1.0-3331458 + image: excalidraw:v0.1.0-94d3682 ports: - 80:80 storage: - image: excalidraw-storage-backend:v0.1.0-3331458 + image: excalidraw-storage-backend:v0.1.0-94d3682 restart: always environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables - PORT=8081 @@ -15,6 +15,6 @@ services: - 8081:8081 room: - image: excalidraw-room:v0.1.0-3331458 + image: excalidraw-room:v0.1.0-94d3682 ports: - 8082:80 \ No newline at end of file