mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-22 07:36:16 +00:00
Add email column
This commit is contained in:
parent
3d9b387ea8
commit
c299450d1c
5 changed files with 36 additions and 8 deletions
|
@ -21,8 +21,8 @@ services:
|
|||
db:
|
||||
image: postgres:alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5432:5432"
|
||||
# ports:
|
||||
# - "5432:5432"
|
||||
volumes:
|
||||
- ./Postgres/data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue