Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM postgres:10.3 ENV PG_PORT="5432" \ PG_MAX_CONNECTIONS="100" \ PG_MAX_CONNECTIONS="400" \ PG_SHARED_PRELOAD_LIBRARIES="pg_cron" \ PG_WAL_LEVEL="logical" \ PG_MAX_WAL_SIZE="5GB" \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM postgres:10.3 ENV PG_PORT="5432" \ PG_MAX_CONNECTIONS="100" \ PG_MAX_CONNECTIONS="400" \ PG_SHARED_PRELOAD_LIBRARIES="pg_cron" \ PG_WAL_LEVEL="logical" \ PG_MAX_WAL_SIZE="5GB" \ Loading