edit readme
This commit is contained in:
parent
3784b6f83e
commit
2b1987b901
|
@ -34,8 +34,6 @@ git clone https://git.xander.cx.ua/Xanders25/linkedin.git
|
||||||
|
|
||||||
2. Запуск контейнера:
|
2. Запуск контейнера:
|
||||||
```bash
|
```bash
|
||||||
docker run -d --restart always --env-file .env \
|
docker run -d --restart always --env-file .env -v /home/logs:/app/logs linkedin -p 8000:8000
|
||||||
-v /home/logs:/app/logs \
|
|
||||||
linkedin -p 8000:8000
|
|
||||||
```
|
```
|
||||||
3. Переходим по адресу http://IP:8000
|
3. Переходим по адресу http://IP:8000
|
||||||
|
|
Loading…
Reference in New Issue