Created
August 8, 2023 22:46
-
-
Save dragonfire1119/ce263ef00dc79a375f60a14fa9969ad2 to your computer and use it in GitHub Desktop.
Docker Compose Homepage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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