ServerGeek82

Results 18 comments of ServerGeek82

This is a new installation on my server running the below command. user@hostname: sudo docker run -p 5000:5000 -v snippet_box:/app/data pawelmalak/snippet-box:latest [2021-11-21 23:53:10.809 UTC+0] [INFO] db: Database connected [2021-11-21 23:53:10.848...

container never successfully starts, only logs are above in the container, never fully starts.

```user@hostname:~$ sudo docker run -p 5000:5000 -e NODE_ENV=development -v snippet_box:/app/data pawelmalak/snippet-box:latest [sudo] password for w3bfly: [2021-11-22 00:25:58.403 UTC+0] [INFO] db: Database connected [2021-11-22 00:25:58.455 UTC+0] [INFO] db: Found pending migrations....

`user@hostname:~$ sudo docker run -p 5000:5000 -v /home/docker/snippet_box:/app/data pawelmalak/snippet-box:latest [sudo] password for user: [2021-11-22 00:46:31.843 UTC+0] [INFO] db: Database connected [2021-11-22 00:46:31.882 UTC+0] [INFO] db: Found pending migrations. Executing... [2021-11-22...

Works without a named volume and if it matters i created the volume from command line with this `sudo docker volume create snippet_box `

so far still running nice and clean, love the interface.

There are some who use ipv6. I was looking around at other projects and I believe nginx proxy manager had it too. I'll look more into the code and see...

Quite possibly. Good thinking. I know to turn it off is an edit in the conf either ipv6listen = false or removing it from being used [::] I believe. Don't...

That was something I did find in my self DevOps investigation. Docker internal reference bugs listed for ipv6 enabled and no way to turn it off. So perhaps just disabling...

I'll update my pipeline yaml fike on Sunday and post back. Sunday is my day back at work when I when I can work on self hosted stuff. Gitea >Jenkins>...