Skip to content

Commit

Permalink
update ports docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTRIKKSS committed Dec 6, 2022
1 parent 854643e commit cd12ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NSI HOMEWORKS

**simple html/css/php/mysql website devellop for my school homework.
It's probably fully vulnerable if you wan't to play with him x)))
I do it in 2 weeks.**
It's probably fully vulnerable if you wan't to play with him x)))\
I do it only 2 weeks.**

## applications ports
- administrator credentials : [email protected]:v3ryS3cr3t@dm1nP4ssw0rd
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
context: .
dockerfile: ./Dockerfile
ports:
- 8500:80
- 8001:80
volumes:
- ./www/:/var/www/html
depends_on:
Expand All @@ -30,7 +30,7 @@ services:
container_name: phpmyadmin_nsi
restart: unless-stopped
ports:
- 8080:80
- 8002:80
environment:
PMA_HOST: database
PMA_USER: root
Expand Down

0 comments on commit cd12ffb

Please sign in to comment.