Update Installation
parent
c7e77500b4
commit
55f0c4da7a
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user