mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Small improvements to README file based on recent experience
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
|
||||
db:
|
||||
image: postgres:12.0
|
||||
env_file: .env
|
||||
environment:
|
||||
- "POSTGRES_HOST_AUTH_METHOD=trust"
|
||||
networks:
|
||||
@@ -11,7 +12,7 @@ services:
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data/
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "$PGPORT:5432"
|
||||
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
|
||||
Reference in New Issue
Block a user