mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 20:25:22 +08:00
Remove db port config in dev docker-compose.yml
This commit is contained in:
parent
e907ff0b47
commit
3a2f8da58e
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ services:
|
|||
image: postgres:15
|
||||
volumes:
|
||||
- scinote_development_postgres:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- "POSTGRES_USER=postgres"
|
||||
- "POSTGRES_PASSWORD=mysecretpassword"
|
||||
|
|
Loading…
Add table
Reference in a new issue