Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
training
Commits
9529f8c1
Commit
9529f8c1
authored
Feb 28, 2020
by
David Nichols
Browse files
updated URLs to use the public docker repo
parent
6527164e
Changes
1
Hide whitespace changes
Inline
Side-by-side
01_installation/README.md
View file @
9529f8c1
...
...
@@ -67,7 +67,7 @@ $ docker run --name qorus --restart=always --link qorus-postgres:database -p 801
-e OMQ_DB_HOST=database\
-e OMQ_DB_USER=omq \
-e OMQ_DB_PASS=omq \
-d registry.qoretechnologies.com/qorus
/qorus/qorus
:4.1
-d
d
registry.qoretechnologies.com/qorus:4.1
```
Altought for real usage you should mount etc, log and user directories from your master machine, so they are persistent
...
...
@@ -84,7 +84,7 @@ $ docker run --name qorus --restart=always --link qorus-postgres:database -p 801
-e OMQ_DB_HOST=database\
-e OMQ_DB_USER=omq \
-e OMQ_DB_PASS=omq \
-d registry.qoretechnologies.com/qorus
/qorus/qorus
:4.1
-d
d
registry.qoretechnologies.com/qorus:4.1
```
For more details about Qorus docker image please follow: https://git.qoretechnologies.com/qorus/qorus-docker.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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