diff --git a/Website_Containers/lamp_stack/compose.yaml b/Website_Containers/lamp_stack/compose.yaml index bf57d43..a48b224 100644 --- a/Website_Containers/lamp_stack/compose.yaml +++ b/Website_Containers/lamp_stack/compose.yaml @@ -1,7 +1,7 @@ services: web: image: php:8.4-apache #check the php version you need for your project - container_name: lamp-web + #container_name: lamp-web #ports: # - "8086:80" #this line maps your pc port to the container port depends_on: