Skip to content

Commit

Permalink
Fix volume mapping for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot committed Dec 6, 2023
1 parent 7a845c4 commit 33d14d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"drupal/views_data_export": "^1.0",
"drupal/xls_serialization": "^1.2",
"drush/drush": "11.5",
"markaspot/markaspot": "dev-10.6.x-dev",
"maplibre/maplibre-gl-js": "3.6.2",
"mapbox/mapbox-gl-js": "3.0.0",
"maplibre/maplibre-gl-js": "3.6.2",
"markaspot/markaspot": "dev-10.6.x-dev",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
"webmozart/assert": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- drupal
volumes:
- ./conf/nginx.conf:/etc/nginx/conf.d/default.conf
- app:/app/data
- .:/app/data
ports:
- 80:80
markaspot:
Expand Down

0 comments on commit 33d14d1

Please sign in to comment.