diff --git a/pages/backend/deploy.mdx b/pages/backend/deploy.mdx index 0c162ac..d0a73eb 100644 --- a/pages/backend/deploy.mdx +++ b/pages/backend/deploy.mdx @@ -39,7 +39,7 @@ This method provides a straightforward setup with minimal configuration. For mor networks: - sudo-flix-network sudo-flix: - image: ghcr.io/sudo-flix/backend:latest + image: ghcr.io/sussy-code/backend:latest environment: MWB_POSTGRES__CONNECTION: postgresql://movie_web_user:YourPasswordHere@postgres:5432/movie_web_backend MWB_CRYPTO__SESSION_SECRET: 32CharacterLongStringHere diff --git a/pages/extra/selfhost.mdx b/pages/extra/selfhost.mdx index 4427253..adc6ce4 100644 --- a/pages/extra/selfhost.mdx +++ b/pages/extra/selfhost.mdx @@ -28,7 +28,7 @@ - sudo-flix-network sudo-flix-backend: - image: ghcr.io/sudo-flix/backend:latest + image: ghcr.io/sussy-code/backend:latest restart: unless-stopped environment: MWB_SERVER__CORS: "https://movie-backend.example.tld https://movie.example.tld" @@ -68,7 +68,7 @@ restart: unless-stopped sudo-flix-proxy: - image: ghcr.io/sudo-flix/simple-proxy:latest + image: ghcr.io/sussy-code/sudo-proxy:latest ports: - "3000:3000" networks: diff --git a/pages/proxy/deploy.mdx b/pages/proxy/deploy.mdx index 48b521b..0958422 100644 --- a/pages/proxy/deploy.mdx +++ b/pages/proxy/deploy.mdx @@ -206,7 +206,7 @@ Experience with Docker, domains and web hosting is **highly recommended** for th [Deploying with Netlify](#method-1-netlify-easy) is easier and safer to do! You are exposing your server at your own risk! -Our `simple-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/sudo-flix/simple-proxy:latest`](https://ghcr.io/sudo-flix/simple-proxy:latest) +Our `simple-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/sussy-code/sudo-proxy:latest`](https://ghcr.io/sussy-code/sudo-proxy:latest) The container exposes the HTTP port (Without TLS/SSL) as `3000/TCP`.