From 3c8c433284d65c3350d93815f00fb27d86e79d83 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 12 Apr 2026 01:42:16 +0000 Subject: [PATCH] Update Website_Containers/lamp_stack/compose.yaml --- Website_Containers/lamp_stack/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Website_Containers/lamp_stack/compose.yaml b/Website_Containers/lamp_stack/compose.yaml index a9d8332..bf57d43 100644 --- a/Website_Containers/lamp_stack/compose.yaml +++ b/Website_Containers/lamp_stack/compose.yaml @@ -1,6 +1,7 @@ services: web: image: php:8.4-apache #check the php version you need for your project + container_name: lamp-web #ports: # - "8086:80" #this line maps your pc port to the container port depends_on: