oops forgor to open ports
This commit is contained in:
parent
5d4a722050
commit
f0c24e7313
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ services:
|
|||
POSTGRES_PASSWORD: 'pass'
|
||||
volumes:
|
||||
- './dev/gregory-pg:/var/lib/postgresql/data'
|
||||
ports:
|
||||
- '5432:5432'
|
||||
|
||||
pgadmin4:
|
||||
image: docker.io/dpage/pgadmin4
|
||||
|
|
Loading…
Add table
Reference in a new issue