Skip to content

Commit

Permalink
Change web service to apache
Browse files Browse the repository at this point in the history
As in default stack there no web service, old web service has been separated into apache and nginx.
  • Loading branch information
taskindrp authored and shelane committed Apr 23, 2022
1 parent 4b9718b commit a9bee78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docksal/docksal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
web:
extends:
file: ${HOME}/.docksal/stacks/services.yml
service: web
service: apache
depends_on:
- cli

Expand All @@ -27,4 +27,4 @@ services:
mail:
extends:
file: ${HOME}/.docksal/stacks/services.yml
service: mail
service: mail

0 comments on commit a9bee78

Please sign in to comment.