diff --git a/docker-compose.yml b/docker-compose.yml index fb2db702..2c2303de 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: - ./uploads:/app/dist/uploads restart: unless-stopped container_name: versia - command: "cli start --all-threads" + tty: true networks: - versia-net depends_on: diff --git a/docs/installation.md b/docs/installation.md index 0cd462f2..d43ae541 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ - (Optional if you want search) A working [Sonic](https://github.com/valeriansaliou/sonic) instance > [!WARNING] -> Versia Server has not been tested on Windows or macOS. It is recommended to use a Linux-based operating system to run LysVersia Serverand. +> Versia Server has not been tested on Windows or macOS. It is recommended to use a Linux-based operating system to run Versia Server. > > We will not be offering support to Windows or macOS users. If you are using one of these operating systems, please use a virtual machine or container to run Versia Server.