@ -3,4 +3,3 @@ FROM mahuntington/student:postgres
WORKDIR /home/student
CMD ["pg_ctlcluster", "15", "main", "start", "--foreground"]
#CMD ["postgres", "-c", "max_connections=300"]
@ -3,13 +3,7 @@ version: '3'
services:
student:
image: mahuntington/student:postgres
#command: /bin/sh
stdin_open: true
tty: true
container_name: student
links:
- postgres
postgres:
command: ["pg_ctlcluster", "15", "main", "start", "--foreground"]