mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-09 07:55:25 +02:00
refactor: update docker-compose.yml to include version and restart policy (#599)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
excalidraw:
|
||||
restart: unless-stopped
|
||||
image: excalidraw/excalidraw:latest
|
||||
healthcheck:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user