Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-lab-base
Commits
1cd40f51
Commit
1cd40f51
authored
Nov 26, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
update raw data db command
parent
9e1d838b
Pipeline
#40028
failed with stages
in 48 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
utils/dockerRawDataDb.sh
View file @
1cd40f51
...
...
@@ -2,4 +2,4 @@
mkdir
-p
/nomad/nomadlab/raw-data/dbdata
docker run
-d
-v
/nomad/nomadlab/raw-data/dbdata:/var/lib/postgresql/data
--name
rawdatadb
-e
POSTGRES_USER
=
rawdata
-e
POSTGRES_PASSWORD
=
'pippo'
-p
543
4
:5432 postgres
docker run
-d
--restart
=
unless-stopped
-v
/nomad/nomadlab/raw-data/dbdata:/var/lib/postgresql/data
--name
rawdatadb
-e
POSTGRES_USER
=
rawdata
-e
POSTGRES_PASSWORD
=
'pippo'
-p
543
2
:5432 postgres
:9.5
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment