Created
September 21, 2024 07:21
-
-
Save gamersalpha/eff4d26bf63fd35f66be3367d32eaa51 to your computer and use it in GitHub Desktop.
This file contains hidden or 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/gethomepage/homepage:latest | |
container_name: homepage | |
environment: | |
PUID: 1000 | |
PGID: 1000 | |
ports: | |
- 3000:3000 | |
volumes: | |
- /volume1/docker/homepage/images:/app/public/images | |
- /volume1/docker/homepage/icons:/app/public/icons | |
- /volume1/docker/homepage/config:/app/config | |
- /var/run/docker.sock:/var/run/docker.sock:ro | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment