Обновить docker-compose.yml

This commit is contained in:
2026-04-22 17:43:37 +05:00
parent 850284d354
commit aec7bdb1ac
+11 -1
View File
@@ -1,2 +1,12 @@
service: service:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=a5768cf048956f4da12fd0773b95f8960d571cfd2889c5c428ca9a4c8016bb36
ports:
- '7575:7575'