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
And I keep getting error like this in my npm container:
An unexpected error occurred:
OSError: [Errno 5] Input/output error: '../../archive/npm-2/cert1.pem' -> '/etc/letsencrypt/live/npm-2/cert.pem'
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details
Here are my host permissions on data, letsencrypt and mysql folders:
ll |grep mysql
drwxr-xr-x 6 dhcpcd lxd 4096 Dec 26 19:35 mysql
ll |grep data
drwxr-xr-x 7 www-data www-data 4096 Dec 26 19:35 data
drwxr-xr-x 7 www-data www-data 4096 Dec 26 19:58 letsencrypt
id dhcpcd
uid=100(dhcpcd) gid=65534(nogroup) groups=65534(nogroup)
I would appreciate help guys.
At this point, I'm even wondering that might come from the fact that db and npm are on another swarm node from each other....... :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I can't get my docker NPM working.
Here is my docker compose:
And I keep getting error like this in my npm container:
Here are my host permissions on data, letsencrypt and mysql folders:
I would appreciate help guys.
At this point, I'm even wondering that might come from the fact that db and npm are on another swarm node from each other....... :)
Beta Was this translation helpful? Give feedback.
All reactions