mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-16 11:19:49 +08:00
README: added link to github project issues page
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- [Securing the server](#securing-the-server)
|
- [Securing the server](#securing-the-server)
|
||||||
- [Maintenance](#maintenance)
|
- [Maintenance](#maintenance)
|
||||||
- [SSH Login](#ssh-login)
|
- [SSH Login](#ssh-login)
|
||||||
|
- [Issues](#issues)
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
Dockerfile to build a PostgreSQL container image which can be linked to other containers.
|
Dockerfile to build a PostgreSQL container image which can be linked to other containers.
|
||||||
@@ -121,3 +122,6 @@ docker pull sameersbn/postgresql:latest
|
|||||||
```bash
|
```bash
|
||||||
docker run -name postgresql -d [OPTIONS] sameersbn/postgresql:latest
|
docker run -name postgresql -d [OPTIONS] sameersbn/postgresql:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Issues
|
||||||
|
Please report issues [here](https://github.com/sameersbn/docker-postgresql/issues)
|
||||||
|
|||||||
Reference in New Issue
Block a user