diff --git a/Stalwart/README.md b/Stalwart/README.md index f08fe71..75751d2 100644 --- a/Stalwart/README.md +++ b/Stalwart/README.md @@ -1 +1,10 @@ -This is the Dockerfile and corresponding docker compose file used in the deployment of AstralTech stalwart servers, This is adapted from the Dockerfile found on stalwarts github. \ No newline at end of file +This is the Dockerfile and corresponding docker compose file used in the deployment of AstralTech stalwart servers, This is adapted from the Dockerfile found on stalwarts github. + +Requirements: + - Docker compose + - Other Requirements will be added as known + +Commands + - docker compose build # builds the docker image and container + - docker compose up -d + - docker compose logs # this will show the logs of stalwart if it ran properly \ No newline at end of file