diff --git a/README.md b/README.md index 87899ed2..fa665271 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock docker compose pull - docker compose -f docker compose.yml --compatibility up -d + docker compose -f docker-compose.yml --compatibility up -d ``` To override server configurations, change the values of the variables present in the **.env** file or add the respective variables to the start of the docker compose command. @@ -45,7 +45,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock For example to expose the system to all network interfaces. ``` - LISTEN_IP="0.0.0.0" docker compose -f docker compose.yml --compatibility up -d + LISTEN_IP="0.0.0.0" docker compose -f docker-compose.yml --compatibility up -d ``` - Windows Machine @@ -59,7 +59,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock docker compose pull - docker compose -f docker compose.yml --compatibility up -d + docker compose -f docker-compose.yml --compatibility up -d ``` To override server configurations, change the values of the variables present in the **.env** file or add the respective variables to the start of the docker compose command. @@ -67,7 +67,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock For example to expose the system to all network interfaces. ``` - LISTEN_IP="0.0.0.0" docker compose -f docker compose.yml --compatibility up -d + LISTEN_IP="0.0.0.0" docker compose -f docker-compose.yml --compatibility up -d ``` - To use the latest development version @@ -83,7 +83,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock docker compose pull - docker compose -f docker compose.yml --compatibility up -d + docker compose -f docker-compose.yml --compatibility up -d ``` To override server configurations, change the values of the variables present in the **.env** file or add the respective variables to the start of the docker compose command. @@ -91,7 +91,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock For example to expose the system to all network interfaces. ``` - LISTEN_IP="0.0.0.0" docker compose -f docker compose.yml --compatibility up -d + LISTEN_IP="0.0.0.0" docker compose -f docker-compose.yml --compatibility up -d ``` - Windows Machine @@ -105,7 +105,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock docker compose pull - docker compose -f docker compose.yml --compatibility up -d + docker compose -f docker-compose.yml --compatibility up -d ``` To override server configurations, change the values of the variables present in the **.env** file or add the respective variables to the start of the docker compose command. @@ -113,7 +113,7 @@ You can use prebuilt images generated by our CI workflow by downloading the dock For example to expose the system to all network interfaces. ``` - LISTEN_IP="0.0.0.0" docker compose -f docker compose.yml --compatibility up -d + LISTEN_IP="0.0.0.0" docker compose -f docker-compose.yml --compatibility up -d ```