Skip to content

Commit

Permalink
Merge pull request #2102 from mashehu/fix-stats-page
Browse files Browse the repository at this point in the history
try to fix update_stats page
  • Loading branch information
ewels authored Nov 10, 2023
2 parents 1a47e83 + 2c3bbd4 commit 3fdfd2c
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 415 deletions.
8 changes: 4 additions & 4 deletions m1-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: '3.8'
services:
db:
image: mariadb
image: mysql
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: typist0tulip7console-PIMENTO4cosmic
MYSQL_DATABASE: nfcore
MYSQL_USER: nfcore_admin
MYSQL_PASSWORD: PEBBLY8exhibit_mead1cilium6despise
MYSQL_DATABASE: nfcore_db
MYSQL_USER: nfcore_db_user
MYSQL_PASSWORD: abaci!journey0sylvan*FLUB
volumes:
- ./.mysql-data/db:/var/lib/mysql
web:
Expand Down
Loading

0 comments on commit 3fdfd2c

Please sign in to comment.