From be77cddac7662fca7b2042190f0267cb7b20acb1 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 12 Apr 2026 01:42:51 +0000 Subject: [PATCH] Update Website_Containers/lamp_stack/compose.yaml --- Website_Containers/lamp_stack/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: