diff --git a/Dockerfile b/Dockerfile index 5f18363..2250e30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM mahuntington/student:postgres WORKDIR /home/student CMD ["pg_ctlcluster", "15", "main", "start", "--foreground"] -#RUN ["postgres", "-c", "max_connections=300"] +#CMD ["postgres", "-c", "max_connections=300"] diff --git a/compose.yaml b/compose.yaml index b4fb11b..4cab1a6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ version: '3' services: student: image: mahuntington/student:postgres - command: /bin/sh + #command: /bin/sh stdin_open: true tty: true container_name: student