Hi, I’ve installed PeerTube using Docker and following this guide Docker guide | PeerTube documentation but I don’t understand what to do about my existing nginx server on the Ubuntu Cloud server.
I followed all the steps and the containers are up and runnning
```
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
42c4d6f78d73 chocobozzz/peertube:production-bookworm « /usr/local/bin/entr… » 27 minutes ago Up 27 minutes 1936/tcp, 0.0.0.0:1935->1935/tcp, [::]:1935->1935/tcp, 9000/tcp peertube-peertube-1
bfa822f633c0 mwader/postfix-relay « /root/run » 27 minutes ago Up 27 minutes 25/tcp peertube-postfix-1
87058730590c postgres:13-alpine « docker-entrypoint.s… » 27 minutes ago Up 27 minutes 5432/tcp peertube-postgres-1
b04c34ef3d35 redis:6-alpine « docker-entrypoint.s… » 27 minutes ago Up 27 minutes 6379/tcp peertube-redis-1
```
I don’t understand how I can access the site. It says it has a webserver as part of the docker-compose?
I tried to sudo systemctl stop nginx
to see if the existing nginx server, which isn’t used for anything, it’s a brand new Ubuntu VPS, if it was blocking the “magic” inside the docker containers. But that didn’t help either.
It would be easier if I could set up PeerTube running with Docker and then configure “the regular” nginx to proxy to peertube, but I can’t find any guides for how that is done.
(Sorry if this has already been asked and answered, which it probably has)