Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/datacite/lupo into raid-r…
Browse files Browse the repository at this point in the history
…egistry
  • Loading branch information
codycooperross committed May 7, 2024
2 parents 95f8132 + 1e93a3b commit 00a5d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.local.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
environment:
MYSQL_DATABASE: datacite
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
image: mysql:5.7
image: mysql:8.0
ports:
- "3309:3306"
networks:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
env_file: .env
environment:
- ELASTIC_PASSWORD=changeme
image: ghcr.io/datacite/lupo
image: ghcr.io/datacite/lupo:main
ports:
- "8065:80"
- "2265:22"
Expand All @@ -29,7 +29,7 @@ services:
environment:
MYSQL_DATABASE: datacite
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
image: mysql:5.7
image: mysql:8
ports:
- "3309:3306"
networks:
Expand Down

0 comments on commit 00a5d22

Please sign in to comment.