Skip to content

Commit e3d899e

Browse files
authored
[core] Add clarifying comment in the dev env compose file (mui#1206)
1 parent 450c8db commit e3d899e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.dev.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: '3.7'
22
services:
3+
# Reachable in the dev environment through
4+
# TOOLPAD_DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
35
postgres:
46
image: postgres:14.5
57
restart: always

0 commit comments

Comments
 (0)