diff --git a/README.md b/README.md index c8251bc..1dc943e 100644 --- a/README.md +++ b/README.md @@ -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 : sylvain.durif@cat.com:v3ryS3cr3t@dm1nP4ssw0rd diff --git a/docker-compose.yml b/docker-compose.yml index d565712..fe6e0d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: context: . dockerfile: ./Dockerfile ports: - - 8500:80 + - 8001:80 volumes: - ./www/:/var/www/html depends_on: @@ -30,7 +30,7 @@ services: container_name: phpmyadmin_nsi restart: unless-stopped ports: - - 8080:80 + - 8002:80 environment: PMA_HOST: database PMA_USER: root