Update Website_Containers/lamp_stack/compose.yaml
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: php:8.4-apache #check the php version you need for your project
|
image: php:8.4-apache #check the php version you need for your project
|
||||||
|
container_name: lamp-web
|
||||||
#ports:
|
#ports:
|
||||||
# - "8086:80" #this line maps your pc port to the container port
|
# - "8086:80" #this line maps your pc port to the container port
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user