forked from jakub/ansible
edit homarr
This commit is contained in:
13
docker-compose/docker-compose-homarr.yml
Normal file
13
docker-compose/docker-compose-homarr.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
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
|
||||
- /data/compose/homarr/appdata:/appdata
|
||||
environment:
|
||||
- SECRET_ENCRYPTION_KEY=4fb16028fa1788d9a24fa93a323aa4a278524bed177c8c38454f4c4068c1b9b6
|
||||
ports:
|
||||
- '7575:7575'
|
||||
|
||||
Reference in New Issue
Block a user