Skip to content

Commit

Permalink
LOYALIST-58 D10 migration step updates since launch
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Jan 23, 2024
1 parent df5d58d commit 6b78a35
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ vendor
tests/behat/features/bootstrap
scripts/local
.idea
config-yml/.htaccess
configuration/.htaccess
Empty file removed build/composer.lock
Empty file.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require-dev": {
"drupal/bootstrap5": "^3",
"unb-libraries/dockworker-drupal": "6.x-dev"
"unb-libraries/dockworker-drupal": "^6"
},
"scripts": {
"post-update-cmd": [
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
drupal-redis-lib-unb-ca:
image: redis:7-alpine
restart: unless-stopped
command: redis-server --maxmemory-policy allkeys-lru --maxmemory 128mb
expose:
- "6379"
networks:
Expand Down

0 comments on commit 6b78a35

Please sign in to comment.