--- created: 2024-12-05T18:46:34.534Z type: note updated: 2024-12-05T18:47:28.426Z --- # Enclosed - [docker-compose](https://docs.enclosed.cc/self-hosting/docker-compose) ```yaml services: enclosed: image: corentinth/enclosed ports: - 8787:8787 volumes: - enclosed-data:/app/.data restart: unless-stopped volumes: enclosed-data: driver: local ```