peertube container / npm start fails #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! I am trying to set up my own instance on a Hetzner cloud compute instance with Ubuntu 18. All containers work except peertube, which keeps restarting. I get the following error:
The debug log says:
dist/server.js
exists.The image is
chocobozzz/peertube v2.1.1-buster
Do you have any idea how to fix this? Thanks
BTW do you run ansible on the server as
root
or did you create apeertube
user?I also get database errors:
Thanks.
v2.1.0-buster
andproduction-buster
have the same error.chocobozzz/peertube:latest
works, but it's 2 years oldHi, I'm not sure why you are getting those problems, but they look like general Peertube problems, not related to the config in this repo. I suggest you try if the official Peertube docker-compose setup works for you.
I have Ansible connect with my own user, and use sudo.