This commit is contained in:
jaydee
2024-04-30 06:49:25 +02:00
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,14 @@
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
PUID: 1000
PGID: 1000
ports:
- 3003:3000
volumes:
- /share/docker_data/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
restart: unless-stopped

View File

@ -153,6 +153,5 @@ services:
image: ghcr.io/flaresolverr/flaresolverr:latest
ports:
- 8191:8191
environment:
- LOG_LEVEL: info
restart: unless-stopped