Skip to content

Commit

Permalink
Merge pull request #371 from uoregon-libraries/fix/docker
Browse files Browse the repository at this point in the history
Remove unused "repos" dir in docker compose mounts
  • Loading branch information
jechols authored Dec 19, 2024
2 parents 103fe4d + b575214 commit 1d321d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ services:
- MYSQL_USER=openoni
- MYSQL_PASSWORD=openoni
volumes:
- ./repos/open-oni/conf/mysql/:/etc/mysql/conf.d:Z
- oni-staging-data-mariadb:/var/lib/mysql
networks:
oni-staging:
Expand Down Expand Up @@ -220,7 +219,6 @@ services:
- MYSQL_USER=openoni
- MYSQL_PASSWORD=openoni
volumes:
- ./repos/open-oni/conf/mysql/:/etc/mysql/conf.d:Z
- oni-prod-data-mariadb:/var/lib/mysql
networks:
oni-prod:
Expand Down

0 comments on commit 1d321d7

Please sign in to comment.