Specified postgres name
This commit is contained in:
parent
0dbd30bb3a
commit
85837aad54
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ services:
|
|||
|
||||
fyp-postgres:
|
||||
image: postgres:15-alpine
|
||||
container_name: fyp-postgres
|
||||
hostname: fyp-postgres
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ../../.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue