alexlag created page: docker authored by Aleksey Laguta's avatar Aleksey Laguta
...@@ -29,7 +29,7 @@ This should take some time. ...@@ -29,7 +29,7 @@ This should take some time.
### 5. Run Docker container ### 5. Run Docker container
``` ```
docker run --name=annotamele_server -d -p 80:3000 annotamele docker run --name=annotamele_server --restart=always -d -p 80:3000 annotamele
``` ```
you can pick desired name, port on host machine(80 is default for http requests). AnnotameLE is set to expose 3000 port. you can pick desired name, port on host machine(80 is default for http requests). AnnotameLE is set to expose 3000 port.
... ...
......