First
This commit is contained in:
commit
85e6e693f8
8 changed files with 564 additions and 0 deletions
16
NG-Homepage.yaml
Executable file
16
NG-Homepage.yaml
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=998
|
||||
- PUID=1001
|
||||
ports:
|
||||
- 3200:3000
|
||||
volumes:
|
||||
- /DockerVol/homepage:/app/config # Make sure your local config directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
|
||||
# networks:
|
||||
# - netgrimoire
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue