mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update README.md
This commit is contained in:
parent
b586f9fd6f
commit
996b327a70
|
@ -34,6 +34,35 @@ Executing HiddenEye inside of container
|
|||
docker-compose exec hidden python3 HiddenEye.py
|
||||
```
|
||||
|
||||
# Persist Data
|
||||
|
||||
When we make or buils the service with `docker-compose up --build -d` this persist the data templates in the same folder `WebTemplate`.
|
||||
If you add the new Template in `WbeTemplate` this will be reflected in the container and yoi can use it.
|
||||
|
||||
To add WebTemplate you juste need add them in this folder and done
|
||||
- [X] WebTemplate
|
||||
|
||||
# First Start the services
|
||||
|
||||
```bash
|
||||
docker-compose up --build -d
|
||||
```
|
||||
# Down the container
|
||||
```bash
|
||||
docker-compose down
|
||||
```
|
||||
# Stop the services
|
||||
|
||||
```bash
|
||||
docker-compose stop
|
||||
```
|
||||
# Start the services
|
||||
|
||||
With this command docker-compose will initialize the service stopped
|
||||
|
||||
```bash
|
||||
docker-compose start
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user