add more compose files
This commit is contained in:
@@ -4,12 +4,12 @@ services:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
PUID: ${UID}
|
||||
PGID: ${GID}
|
||||
HOMEPAGE_ALLOWED_HOSTS: portal.homelab.lan:3000
|
||||
- PUID
|
||||
- PGID
|
||||
- HOMEPAGE_ALLOWED_HOSTS=portal.homelab.lan:3000
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user