Skip to content

Commit

Permalink
add mariadb config
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Mar 18, 2024
1 parent 86d82fc commit d624646
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,18 @@ services:
depends_on:
- mariadb
mariadb:
# ...
image: mariadb:11
container_name: mariadb
volumes:
- mariadb:/var/lib/mysql
restart: unless-stopped
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: hunter2
MYSQL_DATABASE: mc_stats
MYSQL_USER: chs-mc-website
MYSQL_PASSWORD: hunter2
```
Copy the latest version of the dynmap website files from the plugin folder to the `dist/dynmap` folder.
Expand Down

0 comments on commit d624646

Please sign in to comment.