mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 04:53:52 +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)
|
||||
- [Maintenance](#maintenance)
|
||||
- [SSH Login](#ssh-login)
|
||||
- [Issues](#issues)
|
||||
|
||||
# Introduction
|
||||
Dockerfile to build a PostgreSQL container image which can be linked to other containers.
|
||||
@@ -121,3 +122,6 @@ docker pull sameersbn/postgresql:latest
|
||||
```bash
|
||||
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