set to autostart
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -150,11 +150,9 @@ COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/
|
|||||||
|
|
||||||
RUN ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh
|
RUN ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash"]
|
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||||
|
|
||||||
#ENTRYPOINT ["docker-entrypoint.sh"]
|
STOPSIGNAL SIGINT
|
||||||
#
|
|
||||||
#STOPSIGNAL SIGINT
|
EXPOSE 5432
|
||||||
#
|
CMD ["postgres"]
|
||||||
#EXPOSE 5432
|
|
||||||
#CMD ["postgres"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user