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
7f5d9d07d1
blackbirdchess-docker-dev
/
postgres
/
Dockerfile
8 lines
86 B
Docker
Raw
Normal View
History
Unescape
Escape
add postgresql for php-fpm
2017-10-17 06:23:48 +02:00
FROM
postgres:alpine
Add support for postgres
2016-05-07 03:16:06 +02:00
MAINTAINER
Ben M <git@bmagg.com>
CMD
[
"postgres"
]
add postgresql for php-fpm
2017-10-17 06:23:48 +02:00
EXPOSE
5432
Reference in New Issue
Copy Permalink