Update homepage filename
This commit is contained in:
20
homepage/compose.yaml
Normal file
20
homepage/compose.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
homepage:
|
||||
container_name: homepage
|
||||
image: ghcr.io/gethomepage/homepage:v1.10.1@sha256:0b596092c0b55fe4c65379a428a3fe90bd192f10d1b07d189a34fe5fabe7eedb
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/homepage/config:/app/config
|
||||
- ${APPDATA_PATH}/homepage/images:/app/public/images
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
Reference in New Issue
Block a user