mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
added catches around markdown to html, might throw exception if image error
This commit is contained in:
@@ -38,11 +38,9 @@ services:
|
||||
environment:
|
||||
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
|
||||
healthcheck:
|
||||
test: ["CMD", "cloudflared", "--version"]
|
||||
test: [ "CMD", "cloudflared", "--version" ]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
|
||||
|
||||
# https://ngrok.com/docs/using-ngrok-with/docker/
|
||||
|
||||
Reference in New Issue
Block a user