Skip to content

Commit

Permalink
update docker-compose with commented option for restarting pg container
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Mar 21, 2023
1 parent 26281c6 commit 4e11cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/voting-node/docker-compose.yml
Expand Up @@ -7,6 +7,8 @@ services:
- POSTGRES_PASSWORD=CHANGE_ME
- POSTGRES_USER=catalyst-event-dev
- POSTGRES_DB=CatalystEventDev
# it is useful to restart when developing, change according to your needs
restart: unless-stopped
ports:
- "5432:5432"
volumes:
Expand Down

0 comments on commit 4e11cf1

Please sign in to comment.