's'
This commit is contained in:
14
services/homepage/docker-compose.yml
Normal file
14
services/homepage/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: live-homepage
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${HOMEPAGE_PORT:-80}:3000"
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: "*"
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
Reference in New Issue
Block a user