version: '3.9' services: db: image: mysql:8.1 environment: MYSQL_DATABASE: wordpress MYSQL_USER: wpuser MYSQL_PASSWORD: wppass123 MYSQL_ROOT_PASSWORD: rootpass123 ...
Contribute to hacker-insider/Hacking development by creating an account on GitHub.