Update docker-compose.yml
This commit is contained in:
@@ -174,3 +174,17 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/homarr-labs/homarr:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Optional: enables Docker integration
|
||||
- ${CONFIG_PATH}/homarr:/appdata # Persistent config/data storage
|
||||
environment:
|
||||
- SECRET_ENCRYPTION_KEY=${SECRET_KEY} # Required: paste 64-char hex string here
|
||||
- TZ=America/Chicago # Set your timezone
|
||||
ports:
|
||||
- 7575:7575
|
||||
|
||||
Reference in New Issue
Block a user