Update .gitignore to remove memos database, fix README.md environment file path, and add docker-compose for omni-tools service

This commit is contained in:
Peter Wood
2025-04-29 19:50:16 +00:00
parent 827ef790d8
commit efee0d8ac9
4 changed files with 13 additions and 5 deletions

View File

@@ -8,9 +8,11 @@ services:
environment:
- PUID:1000
- GUID:1000
- HOMEPAGE_ALLOWED_HOSTS:*
volumes:
- ./config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
labels:
- diun.enable=true
- diun.enable=true
networks: {}