12-06
This commit is contained in:
24
_-Review/enclosed.md
Normal file
24
_-Review/enclosed.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user