my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of https://github.com/ewanc26/website

+2 -2
+2 -2
README.md
··· 25 25 26 26 To run the site using Docker Compose, follow these steps: 27 27 28 - 1. Build and start the Docker containers: 28 + 1. Build and start the Docker container: 29 29 30 30 ```sh 31 31 docker compose up --build -d 32 32 ``` 33 33 34 - This will build your Docker image and start the application inside a Docker container, making it accessible on port `3002`. 34 + This will build your Docker image and start the website inside a Docker container, making it accessible on port `3002`. 35 35 36 36 ## Deploying with Cloudflare Tunnel 37 37