Skip to content

Commit

Permalink
Update docker-compose.yml (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
SK-Crow authored Oct 31, 2024
1 parent 469062e commit e7ee86e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ services:
ports:
- 1000:3000
- 1001:5003
# If running via Docker on a hypervisor, enable DNS.
# dns:
# - 1.1.1.1
# - 8.8.8.8
restart: always
depends_on:
- peppermint_postgres
Expand All @@ -28,4 +32,4 @@ services:
SECRET: 'peppermint4life'

volumes:
pgdata_live:
pgdata_live:

0 comments on commit e7ee86e

Please sign in to comment.