standardnotes / forum

Support from other community members. For 1-on-1 help, please contact help@standardnotes.com.
https://forum.standardnotes.org
196 stars 9 forks source link

[Help Wanted] Self-Hosted setup v2: Docker using Ubuntu 22.04.2 LTS having issues getting to complete start and no error log to view #2964

Closed 07Romeo closed 1 year ago

07Romeo commented 1 year ago

Describe the issue When attempting to docker compose pull and bring up. The session fails with the following error (attached). I am new to Docker so this could be me still learning docker.

To Reproduce Steps to reproduce the behavior: Screenshot from 2023-03-08 23-14-12

Follow this install document through step 7 https://standardnotes.com/help/self-hosting/docker

Step errors and leaves no log in directory on step7

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

N/A Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

jackyzy823 commented 1 year ago

your second part of command lacks sudo since image is pulled , you only need to do sudo docker compose up -d