This commit is contained in:
parent
b5f1a80b4a
commit
66ed2c7d5f
2 changed files with 1 additions and 3 deletions
12
.devcontainer/compose.yml
Normal file
12
.devcontainer/compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- ../:/var/www/html
|
||||
|
||||
mail:
|
||||
image: axllent/mailpit
|
||||
ports:
|
||||
- 8081:8025
|
Loading…
Add table
Add a link
Reference in a new issue