homepage/docker-compose.yml hinzugefügt
This commit is contained in:
parent
e4bdb60b6b
commit
f17c571a2d
1 changed files with 16 additions and 0 deletions
16
homepage/docker-compose.yml
Normal file
16
homepage/docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
version: "3.6"
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
PUID: 1001
|
||||
PGID: 1001
|
||||
TZ: Europe/Berlin
|
||||
ports:
|
||||
- 127.0.0.1:13000:3000
|
||||
volumes:
|
||||
- ./volumes/config:/app/config
|
||||
- ./volumes/icons:/app/public/icons
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue