main
Matthew Huntington 2 years ago
parent b057da914c
commit 2fe574281d

@ -3,4 +3,4 @@ FROM mahuntington/student:postgres
WORKDIR /home/student WORKDIR /home/student
CMD ["pg_ctlcluster", "15", "main", "start", "--foreground"] CMD ["pg_ctlcluster", "15", "main", "start", "--foreground"]
#RUN ["postgres", "-c", "max_connections=300"] #CMD ["postgres", "-c", "max_connections=300"]

@ -3,7 +3,7 @@ version: '3'
services: services:
student: student:
image: mahuntington/student:postgres image: mahuntington/student:postgres
command: /bin/sh #command: /bin/sh
stdin_open: true stdin_open: true
tty: true tty: true
container_name: student container_name: student

Loading…
Cancel
Save