1
0

compose.yaml 234 B

12345678910
  1. # Use root/example as user/password credentials
  2. services:
  3. db:
  4. image: mysql
  5. restart: always
  6. environment:
  7. MYSQL_ROOT_PASSWORD: example
  8. # (this is just an example, not intended to be a production configuration)