Skip to content

Commit 568471c

Browse files
authored
Modify Docker command in README for new settings
Updated Docker run command with new environment variables and changed image tag.
1 parent 840debc commit 568471c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ docker run -d \
7878
-v /var/run/docker.sock:/var/run/docker.sock \
7979
-e ATLAS_UI_PORT=8884 \
8080
-e ATLAS_API_PORT=8885 \
81-
keinstien/atlas:latest
81+
-e FASTSCAN_INTERVAL=3600 \
82+
-e DOCKERSCAN_INTERVAL=3600 \
83+
-e DEEPSCAN_INTERVAL=7200 \
84+
-e SCAN_SUBNETS="192.168.1.0/24,10.0.0.0/24" \
85+
keinstien/atlas:3.2.29
8286
```
8387

8488
**Environment Variables:**

0 commit comments

Comments
 (0)