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
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
I saw it while searching for a self-hosted journal/diary app. It looks really nice and I want to give it a try but I get the following error when I try to create a stack with the given docker-compose.yaml:
failed to deploy a stack: journal Pulling journal Warning failed to solve: process "/bin/sh -c gem update --system" did not complete successfully: exit code: 1
I am not very proficient in docker or docker compose; I have searched the net but I think I am the first one encountering this error ':)
OK when I use command line rather than Portainer, I realize that the error is the same as issue #58:
=> ERROR [journal 3/12] RUN gem update --system 21.5s
------
> [journal 3/12] RUN gem update --system:
21.43 ERROR: Error installing rubygems-update:
21.43 There are no versions of rubygems-update (= 3.5.6) compatible with your Ruby & RubyGems
21.43 rubygems-update requires Ruby version >= 3.0.0. The current ruby version is 2.6.6.146.
21.43 ERROR: While executing gem ... (NoMethodError)
21.43 undefined method `version' for nil:NilClass
21.47 Updating rubygems-update
------
failed to solve: process "/bin/sh -c gem update --system" did not complete successfully: exit code: 1
Thanks for this app!
I saw it while searching for a self-hosted journal/diary app. It looks really nice and I want to give it a try but I get the following error when I try to create a stack with the given docker-compose.yaml:
I am not very proficient in docker or docker compose; I have searched the net but I think I am the first one encountering this error ':)
My compose file is as follows:
The text was updated successfully, but these errors were encountered: