No admin panel access with root after docker fresh install

Hello, i’ve installed Peertube with docker, by following the official tutorial.

Peertube is installed in docker on hardware 1
Nginx Proxy Manager is installed in docker on hardware 2 (i do not use webserver and certbot of Peertube)
All of installation are successfully passed.

I can connect with root user and password (found with docker-compose logs peertube | grep -A1 root)
but i can’t access to the admin panel. I don’t have any button and if i go to the /admin URL, it going back to home page.

There are my docker-compose.yml & .env files :

If you have any idea, i’m happy :slight_smile:
Thanks for reading and for your help !

1 « J'aime »

Hello,

What is your instance URL?

Hello, it’s https://mychannel.tk

Hello,

Try cd /your/peertube/directory && docker-compose pull && docker-compose down -v && docker-compose up -d

It works great !
Thanks for your help :slight_smile:
I’ll open a new thread for another question.

Hi,
Don’t know since when, but suffering from the very same problem. Only difference is that I’m running the Docker image using Podman on CentOS 8 Stream.
I tried the solution (i.e. update/restart) given above, but it didn’t make a difference.
My instance: peertube.offerman.com
Any further ideas?
Many thanks!