Skip to content

Instantly share code, notes, and snippets.

@musketyr
Created August 2, 2021 14:00
Show Gist options
  • Save musketyr/10436d788b2e9567c113aa5ddddef9ed to your computer and use it in GitHub Desktop.
Save musketyr/10436d788b2e9567c113aa5ddddef9ed to your computer and use it in GitHub Desktop.
services:
db:
image: mariadb
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_PASSWORD: grails
MYSQL_USER: grails
MYSQL_DATABASE: hello
ports:
- 3306:3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment