mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 09:33:44 +00:00
Update compose.yaml part 01
this is the 2nd update Signed-off-by: RASHMIBB23 <chandratejas0909@gmail.com>
This commit is contained in:
parent
564fe3b801
commit
ac6c0b24f7
@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: app
|
context: app
|
||||||
target: builder
|
target: builder
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/var/www/html/
|
- ./app:/var/www/html/
|
||||||
|
Loading…
Reference in New Issue
Block a user