adjusted compose files name

This commit is contained in:
Maksym Buz
2025-02-06 13:14:11 +01:00
committed by GitHub
parent d87158dbb7
commit dd4d06786e
10 changed files with 0 additions and 0 deletions

View File

@@ -1,12 +0,0 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3001:3000
volumes:
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
env_file:
- .env
restart: unless-stopped