Skip to content

Commit efcaa19

Browse files
authored
Update README.md
1 parent db74e54 commit efcaa19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Installing AutoSploit is very simple, you can find the latest stable release [he
3030

3131
##### Docker Compose
3232
Using Docker Compose is by far the easiest way to get AutoSploit up and running without too much of a hassle.
33-
3433
```
3534
git clone https://github.com/NullArray/AutoSploit.git
3635
cd Autosploit/Docker
@@ -39,7 +38,6 @@ docker-compose run --rm autosploit
3938

4039
##### Docker
4140
Just using Docker.
42-
4341
```
4442
git clone https://github.com/NullArray/AutoSploit.git
4543
cd Autosploit/Docker
@@ -48,7 +46,7 @@ cd Autosploit/Docker
4846
docker network create -d bridge haknet
4947
docker run --network haknet --name msfdb -e POSTGRES_PASSWORD=s3cr3t -d postgres
5048
docker build -t autosploit .
51-
docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit```
49+
docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit
5250
```
5351

5452
Dev team contributor [Khast3x](https://github.com/khast3x) recently improved Docker operations as well as add more details to the README.md in the `Docker` subdirectory. For more information on deploying AutoSploit with Docker please be sure to click [here](https://github.com/NullArray/AutoSploit/tree/master/Docker)

0 commit comments

Comments
 (0)