From 4c2d0cdebbcddb3bf5f6bb5be7a6aea550ffc11d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 19:49:01 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 7a4d7c9..8a01c4e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -12,7 +12,7 @@ services: - .:/app:ro - ./logs:/app/logs:rw - ./data:/app/data:rw - image: ghcr.io/SpudGunMan/meshing-around:main + image: ghcr.io/spudgunman/meshing-around:main container_name: meshing-around restart: unless-stopped environment: @@ -23,7 +23,7 @@ services: #user: "10999:10999" # for Docker Desktop compatibility debug-console: - image: ghcr.io/SpudGunMan/meshing-around:main + image: ghcr.io/spudgunman/meshing-around:main container_name: debug-console command: ["/bin/bash"] stdin_open: true