Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Created August 8, 2023 22:46
Show Gist options
  • Save dragonfire1119/ce263ef00dc79a375f60a14fa9969ad2 to your computer and use it in GitHub Desktop.
Save dragonfire1119/ce263ef00dc79a375f60a14fa9969ad2 to your computer and use it in GitHub Desktop.
Docker Compose Homepage
version: "3.3"
services:
homepage:
image: ghcr.io/benphelps/homepage:latest
container_name: homepage
ports:
- 7200:3000
volumes:
- /data/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment