This website requires JavaScript.
Explore
Help
Register
Sign In
ykxiao
/
laradock
Watch
1
Star
0
Fork
You've already forked laradock
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6b6e2d5f86
laradock
/
postgres
/
Dockerfile
8 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
alpine be quckly alpine be quckly
2017-10-12 18:42:11 +08:00
FROM
postgres:alpine
Add support for postgres
2016-05-07 09:16:06 +08:00
MAINTAINER is deprecated
2018-03-16 21:09:15 +08:00
LABEL
maintainer
=
"Ben M <git@bmagg.com>"
Add support for postgres
2016-05-07 09:16:06 +08:00
CMD
[
"postgres"
]
alpine be quckly alpine be quckly
2017-10-12 18:42:11 +08:00
EXPOSE
5432