From 55f0c4da7a9da732f7ad60c9bd220cc4232fd4fb Mon Sep 17 00:00:00 2001 From: deon Date: Tue, 28 May 2024 07:59:35 +0000 Subject: [PATCH] Update Installation --- Installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Installation.md b/Installation.md index a7797a3..e64dd7c 100644 --- a/Installation.md +++ b/Installation.md @@ -418,4 +418,16 @@ $ ./up.sh ✔ Container clrghouz-queue-1 Started ✔ Container clrghouz-schedule-1 Started ✔ Container clrghouz-web-1 Started +``` + +And finally make sure everything is running OK + +```sh +$ docker ps +CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES +2da87a2e37ea gitea.dege.au/bbs/clrghouz "/sbin/init php-fpm" 4 minutes ago Up 4 minutes 80/tcp, 9000/tcp clrghouz-schedule-1 +7a63ce1ba0b6 gitea.dege.au/bbs/clrghouz "/sbin/init php-fpm" 4 minutes ago Up 4 minutes 80/tcp, 0.0.0.0:53->53/udp, :::53->53/udp, 9000/tcp clrghouz-web-1 +8b2215a8b374 gitea.dege.au/bbs/clrghouz "/sbin/init php-fpm" 4 minutes ago Up 4 minutes 80/tcp, 9000/tcp clrghouz-queue-1 +0db2f7b8adba tobi312/minio "/usr/bin/docker-ent…" 4 minutes ago Up 4 minutes (healthy) 9000/tcp, 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp clrghouz-minio-1 +a29cf9497ca0 postgres:15-alpine "docker-entrypoint.s…" 4 minutes ago Up 4 minutes 5432/tcp clrghouz-postgres-1 ``` \ No newline at end of file