fix(docker-compose): set container name for postgres instance
This commit is contained in:
parent
2f260e8aed
commit
57efa80acf
@ -1,8 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
||||
flucky-db:
|
||||
container_name: postgres
|
||||
environment:
|
||||
- PGTZ=${TZ}
|
||||
- POSTGRES_PASSWORD=${PG_PASSWORD}
|
||||
|
Loading…
Reference in New Issue
Block a user