You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker logs fabmanager-fabmanager-1
Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
For help, use /usr/bin/supervisord -h
Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
For help, use /usr/bin/supervisord -h
Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
For help, use /usr/bin/supervisord -h
Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
For help, use /usr/bin/supervisord -h
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c08d3310361c nginx:latest "/docker-entrypoint.…" 6 minutes ago Up 15 seconds 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp fabmanager-nginx-1
1c4011e5e37f sleede/fab-manager "/usr/bin/supervisor…" 6 minutes ago Restarting (2) 6 seconds ago fabmanager-fabmanager-1
8f4e79aae351 elasticsearch:5.6 "/docker-entrypoint.…" 6 minutes ago Up 16 seconds 9200/tcp, 9300/tcp fabmanager-elasticsearch-1
e63115e6e3fa postgres:9.6 "docker-entrypoint.s…" 6 minutes ago Up 16 seconds 5432/tcp fabmanager-postgres-1
16f159efe29e redis:6-alpine "docker-entrypoint.s…" 6 minutes ago Up 16 seconds 6379/tcp fabmanager-redis-1
I encountered the same problem, but removing the line user: USER_ID from the docker-compose.yml file in your setup folder resolves the issue.
After making this change, run: docker compose up --force-recreate -d
However,this solution is not a good practice. Instead, I think we need to adjust Supervisord's permissions to avoid using a root account.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
I followed this guide https://github.com/sleede/fab-manager/blob/master/doc/production_readme.md
Both with custom and default values.
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
The text was updated successfully, but these errors were encountered: