Skip to content

Instantly share code, notes, and snippets.

@philsch
Created December 20, 2021 15:36
Show Gist options
  • Save philsch/14c4cbc67ee4a77d2484cba95dfd3a06 to your computer and use it in GitHub Desktop.
Save philsch/14c4cbc67ee4a77d2484cba95dfd3a06 to your computer and use it in GitHub Desktop.
version: '3.3'
services:
db:
image: mysql/mysql-server:8.0
restart: always
environment:
MYSQL_DATABASE: 'testdb'
MYSQL_ROOT_PASSWORD: 'test'
MYSQL_ROOT_HOST: '%'
ports:
- '3306:3306'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment