Skip to content

Commit

Permalink
container_name
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Feb 24, 2024
1 parent 79845ef commit 6927bef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Work only with Keenetic routers. Script use REST (over CLI) Keenetic-API. For te

## How to use (linux)

Clone repo:
Clone repo and go to folder:
```shell
git clone https://github.com/annndruha/keenetic_wifi_telegram_logger
cd keenetic_wifi_telegram_logger
```

Create in .env-file repository folder :
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
wifi_logger:
pull_policy: always
image: ghcr.io/annndruha/keenetic_wifi_telegram_logger:latest
container_name: wifi_logger
restart: always
volumes:
- .env:/app/.env

0 comments on commit 6927bef

Please sign in to comment.