-
-
Notifications
You must be signed in to change notification settings - Fork 899
Closed
Description
I am facing the issue as mentioned below. I have tried removing the container and even removed image as well and tried to run
here is my docker-compose file
# cat docker-compose.yml
---
version: "2"
services:
homer:
image: b4bz/homer
container_name: homer
volumes:
- ./assets/:/www/assets
ports:
- 89:8080
#below lines are commented based on github
#https://github.com/bastienwirtz/homer/issues/325#issuecomment-1114019406
#https://github.com/bastienwirtz/homer/issues/441#issuecomment-1114170968
# environment:
# - UID=1000
# - GID=1000
user: 1001:1001
restart: unless-stopped
error I see
No configuration found, installing default config & assets
Assets directory not writable. Check assets directory permissions & docker user or skip default assets install by setting the INIT_ASSETS env var to 0
I see the permissions are there to write
# ls -ltr
total 8
drwxr-xr-x 2 root root 4096 May 31 04:07 assets
-rw-r--r-- 1 root root 244 May 31 04:10 docker-compose.yml
# whoami
root
I am not sure what exactly this gonna do skip default assets install by setting the INIT_ASSETS env var to 0 ?
is there something I am missing ?
Note - created new issue as this issue is closed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels