port
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
homepage:
|
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
services:
|
||||||
container_name: homepage
|
homepage:
|
||||||
volumes:
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
- /data/homepage:/app/config
|
container_name: homepage
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # pass local proxy
|
volumes:
|
||||||
ports:
|
- /data/homepage:/app/config
|
||||||
- 3001:3000
|
- /var/run/docker.sock:/var/run/docker.sock # pass local proxy
|
||||||
restart: unless-stopped
|
ports:
|
||||||
|
- 3001:3000
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user