Skip to content

Commit

Permalink
better example
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Mar 25, 2024
1 parent 745cbe4 commit 8a114b5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions example.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,20 @@ services:
DB_USER: chs-mc-website
DB_PASS: hunter2
DB_NAME: mc_stats
DB_HOST: mariadb:3306
DB_HOST: mariadb
MAIL_FROM: [email protected]
MAIL_NAME: 'CHS Minecraft Server'
MAIL_HOST: sandbox.smtp.mailtrap.io
MAIL_PORT: 2525
MAIL_NAME: "Your Name"
MAIL_HOST: smtp-relay.gmail.com
MAIL_PORT: 465
MAIL_USER: whatever
MAIL_PASS: hunter2
MAIL_SSL: false
MAIL_SSL: true
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
Expand Down

0 comments on commit 8a114b5

Please sign in to comment.