Difference between revisions of "IT-SDK-Database"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Postgres)
Line 4: Line 4:
 
* src: https://www.youtube.com/watch?v=G3gnMSyX-XM
 
* src: https://www.youtube.com/watch?v=G3gnMSyX-XM
 
=Postgres=
 
=Postgres=
<pre class="code">
+
* See Docker-Section
docker run -p 5432:5432 -d \
 
-e POSTGRES_PASSWORD=admin \
 
-e POSTGRES_USER=admin \
 
-e POSTGRES_DB=trymore_eu \
 
--name postgres \
 
postgres
 
</pre>
 

Revision as of 13:38, 13 April 2020