# Use root/example as user/password credentials version: '3.1' services: db: image: percona restart: always env_file: - sample.env ports: - 127.0.0.1:3306:3306