This website requires JavaScript.
Explore
Help
Sign In
blackbirdchess
/
blackbirdchess-docker-dev
Watch
1
Star
0
Fork
0
You've already forked blackbirdchess-docker-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d544a1a63c
blackbirdchess-docker-dev
/
postgres
/
Dockerfile
7 lines
93 B
Docker
Raw
Normal View
History
Unescape
Escape
postgresql version can specify
2020-02-06 16:58:07 +01:00
ARG
POSTGRES_VERSION
=
alpine
FROM
postgres:${POSTGRES_VERSION}
Add support for postgres
2016-05-07 03:16:06 +02:00
CMD
[
"postgres"
]
alpine be quckly alpine be quckly
2017-10-12 12:42:11 +02:00
EXPOSE
5432
Reference in New Issue
Copy Permalink