You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -31,16 +31,15 @@ If the `alias` is vacant, a new unique record will be created for the provided `
31
31
32
32
### Setup
33
33
34
-
Concierge can be run as a Docker container and uses internal port `:3000`. \
35
-
The latest release image of [abiddiscombe/concierge](https://hub.docker.com/repository/docker/abiddiscombe/concierge/general) can be pulled from Docker Hub.
34
+
Concierge can be run as a Docker container and uses port `3000`. The latest release image of [abiddiscombe/concierge](https://hub.docker.com/repository/docker/abiddiscombe/concierge/general) can be pulled from Docker Hub.
36
35
37
-
The API server is backed by PostgreSQL; the following environment variables are required:
36
+
Concierge uses PostgreSQL to persist data. The following environment variables are required to connect to a PostgreSQL server:
0 commit comments