Created Homepage
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
app:
|
||||
image: gethomepage/homepage:v1.12.3
|
||||
container_name: homepage
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS}
|
||||
PUID: ${HOMEPAGE_PUID}
|
||||
PGID: ${HOMEPAGE_PGID}
|
||||
ports:
|
||||
- ${HOMEPAGE_PORT}:3000
|
||||
volumes:
|
||||
- /home/${HOMEPAGE_USERNAME}/homepage/config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user