You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -name postgresql -d sameersbn/postgresql:latest
34
+
docker run --name postgresql -d sameersbn/postgresql:latest
35
35
```
36
36
37
37
By default remote logins are permitted to the postgresql server and a random password is assigned for the postgres user. The password set for the postgres user can be retrieved from the container logs.
@@ -64,7 +64,7 @@ For data persistence a volume should be mounted at /var/lib/postgresql.
0 commit comments