Skip to content

Commit

Permalink
Test readme
Browse files Browse the repository at this point in the history
Test readme file and adjust docker-composer example file accordingly
  • Loading branch information
physikerwelt committed Jul 13, 2023
1 parent 51ede17 commit ad2dde1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,14 @@ services:
- mediawiki-mysql-data:/var/lib/mysql
environment:
# CONFIG - Change the default values below (should match values passed to wikibase)
MYSQL_DATABASE: ${DB_NAME}
MYSQL_USER: ${DB_USER}
MYSQL_PASSWORD: ${DB_PASS}
MYSQL_DATABASE: ${DB_NAME:-dbname}
MYSQL_USER: ${DB_USER:-dbuser}
MYSQL_PASSWORD: ${DB_PASS:-dbpass}
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
networks:
default:
aliases:
- mysql.svc
environment:
<<: *wikibase_variables

quickstatements:
image: ghcr.io/mardi4nfdi/docker-quickstatements:master
Expand Down

0 comments on commit ad2dde1

Please sign in to comment.