-
DescriptionWhen configuring docker to not run as root, there is a 5 minute delay when bringing up the service. This appears to be because of a chown -R for the entire app dir, Other references of folks reporting this: Originally posted by @ChoosenMEME in #3654 Originally posted by @ihatemyisp in #4116 homepage versionv1.0.4 Installation methodDocker Configurationhomepage:
container_name: homepage
image: ghcr.io/gethomepage/homepage:latest
ports:
- 4000:3000
volumes:
- ./config:/app/config
environment:
PUID: 1000
PGID: 1000
HOMEPAGE_ALLOWED_HOSTS: "*"homepage | ▲ Next.js 15.1.7 Note the times. TroubleshootingNotes that just chown'ing the config dir has no ill affects: @ihatemyisp in #4116 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
There’s not much reason to open a duplicate thread, I can just respond there (don’t have much to say) |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
There’s not much reason to open a duplicate thread, I can just respond there (don’t have much to say)