Compare commits

..

No commits in common. '9aef702bf5149da8ccc0a8c0fb4f434df948581f' and '8873d442c8496936bb8c42439861e8131e31f8be' have entirely different histories.

  1. 14
      actual/docker-compose.yml

14
actual/docker-compose.yml

@ -1,14 +0,0 @@
services:
actual_server:
image: docker.io/actualbudget/actual-server:latest
ports:
- "5010:5006"
volumes:
- ./actual-data:/data
healthcheck:
test: ["CMD-SHELL", "node src/scripts/health-check.js"]
interval: 60s
timeout: 10s
retries: 3
start_period: 20s
restart: unless-stopped
Loading…
Cancel
Save