Openstatus www.openstatus.dev

fix(compose): mount expected volume (#1744)

authored by

Richard Hillebrand and committed by
GitHub
69fd4c72 305cc28c

+2
+2
docker-compose.yaml
··· 62 62 - openstatus 63 63 ports: 64 64 - "3000:3000" 65 + volumes: 66 + - ./data:/app/data 65 67 env_file: 66 68 - .env.docker 67 69 environment: