We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17441f5 commit ba631bdCopy full SHA for ba631bd
dockerfiles/README.md
@@ -3,7 +3,7 @@
3
### Prerequisite
4
1. Create a .env file.
5
- Add the following content to your `.env` file.
6
-```json
+```env
7
POSTGRES_USER="postgres"
8
POSTGRES_PASSWORD="postgres"
9
POSTGRES_DB="core_indexer"
dockerfiles/docker-compose-informative.yml
@@ -6,6 +6,7 @@ services:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: ${POSTGRES_DB}
+ restart: always
10
ports:
11
- "5432:5432"
12
volumes:
0 commit comments