This commit is contained in:
@@ -6,6 +6,10 @@ services:
|
||||
image: maestro:latest
|
||||
container_name: maestro
|
||||
restart: unless-stopped
|
||||
# Headed Chromium (display_mode: novnc) crashes with Docker's default 64MB
|
||||
# /dev/shm. Give it room so the Browser tab / InteractiveBrowse / CAPTCHA
|
||||
# pool work. Harmless when display_mode is headless.
|
||||
shm_size: "1gb"
|
||||
ports:
|
||||
# Auth is optional, so keep the default deployment local-only.
|
||||
- "127.0.0.1:9876:9876"
|
||||
|
||||
Reference in New Issue
Block a user