Updated install instructions for Meridian

This commit is contained in:
2025-05-30 00:09:11 +01:00
parent e557ae0152
commit 3dcc017007
3 changed files with 12 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ cd ./Websites/
docker-compose pull && docker-compose up -d
cd ..
cd ./Meridian/
docker-compose pull && docker-compose up -d
cd ..
cd ./Database/
docker-compose pull && docker-compose up -d
cd ..