Skip to content

Commit da25ce9

Browse files
committed
update readme.md
1 parent bd91a07 commit da25ce9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# app-server
1+
# Postgres-CI web interface
2+
3+
[Live demo and test it](http://185.143.172.56/) (login/password: demo/demo)
4+
5+
6+
Docker image:
7+
8+
```
9+
docker run -d \
10+
--name postgres-ci-app-server \
11+
-e DB_HOST=postgres.host \
12+
-e DB_USERNAME=username \
13+
-e DB_PASSWORD=password \
14+
postgresci/app-server
15+
```

0 commit comments

Comments
 (0)