docs: update README with additional Docker run command options for shared memory size
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m53s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m53s
This commit is contained in:
@@ -59,7 +59,13 @@ To stop the Docker containers run: `docker compose down -v`
|
|||||||
3. Ajust the firewall settings to allow the necessary ports if needed
|
3. Ajust the firewall settings to allow the necessary ports if needed
|
||||||
4. Start the Docker container:
|
4. Start the Docker container:
|
||||||
```sh
|
```sh
|
||||||
docker run --rm -p 7900:7900 --env-file .env --name peertube-collector --pull always gitea.kobim.cloud/kobim/peertube-collector-monolith:latest
|
docker run --rm -p 7900:7900 --env-file .env --name peertube-collector --pull always --shm-size="2g" gitea.kobim.cloud/kobim/peertube-collector-monolith:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker run --rm -p 7900:7900 --env-file .env --name peertube-collector --pull always --shm-size="2g" kobimex/peertube-collector-monolith:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user