mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-12 11:53:14 +02:00
Update compose.yaml
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ services:
|
|||||||
- .:/app:ro
|
- .:/app:ro
|
||||||
- ./logs:/app/logs:rw
|
- ./logs:/app/logs:rw
|
||||||
- ./data:/app/data:rw
|
- ./data:/app/data:rw
|
||||||
image: ghcr.io/SpudGunMan/meshing-around:main
|
image: ghcr.io/spudgunman/meshing-around:main
|
||||||
container_name: meshing-around
|
container_name: meshing-around
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
#user: "10999:10999" # for Docker Desktop compatibility
|
#user: "10999:10999" # for Docker Desktop compatibility
|
||||||
|
|
||||||
debug-console:
|
debug-console:
|
||||||
image: ghcr.io/SpudGunMan/meshing-around:main
|
image: ghcr.io/spudgunman/meshing-around:main
|
||||||
container_name: debug-console
|
container_name: debug-console
|
||||||
command: ["/bin/bash"]
|
command: ["/bin/bash"]
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|||||||
Reference in New Issue
Block a user