File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- image : drupalpod/drupalpod-gitpod-base:20220322
1+ image : drupalpod/drupalpod-gitpod-base:latest
22
33# ddev and composer are running as part of the prebuild
44# when starting a workspace all docker images are ready
99 ddev drush si -y --account-pass=admin --site-name='ddev_gitpod' demo_umami
1010 command: |
1111 ddev start -y
12- gp await-port 8080 && gp preview $(gp url 8080)
12+ gp ports await 8080 && gp preview $(gp url 8080)
1313
1414# VScode xdebug extension
1515vscode :
4343 - port : 8443
4444 onOpen : ignore
4545 # xdebug port
46- - port : 9000
46+ - port : 9003
4747 onOpen : ignore
4848 # projector port
4949 - port : 9999
Original file line number Diff line number Diff line change 99 "type" : " php" ,
1010 "request" : " launch" ,
1111 "hostname" : " 0.0.0.0" ,
12- "port" : 9000 ,
12+ "port" : 9003 ,
1313 "pathMappings" : {
1414 "/var/www/html" : " ${workspaceRoot}"
1515 }
1616 }
1717 ]
18- }
18+ }
You can’t perform that action at this time.
0 commit comments