Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
⏫ bump ddev-browsersync (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Feb 1, 2024
1 parent fa9d444 commit d08cae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ddev/addon-metadata/ddev-browsersync/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ddev-browsersync
repository: ddev/ddev-browsersync
version: 2.5.0
install_date: "2023-11-21T10:50:15+09:00"
version: "2.6"
install_date: "2024-02-01T09:29:25+09:00"
project_files:
- docker-compose.browsersync.yaml
- web-build/Dockerfile.ddev-browsersync
Expand Down
4 changes: 2 additions & 2 deletions .ddev/docker-compose.browsersync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ services:
expose:
- '3000'
environment:
- HTTP_EXPOSE=${DDEV_ROUTER_HTTP_PORT}:80,${DDEV_MAILHOG_PORT}:8025,3001:3000
- HTTPS_EXPOSE=${DDEV_ROUTER_HTTPS_PORT}:80,${DDEV_MAILHOG_HTTPS_PORT}:8025,3000:3000
- HTTP_EXPOSE=${DDEV_ROUTER_HTTP_PORT}:80,${DDEV_MAILPIT_HTTP_PORT}:8025,3001:3000
- HTTPS_EXPOSE=${DDEV_ROUTER_HTTPS_PORT}:80,${DDEV_MAILPIT_HTTPS_PORT}:8025,3000:3000

0 comments on commit d08cae9

Please sign in to comment.