Skip to content

Instantly share code, notes, and snippets.

View ahmedmgh67's full-sized avatar
🏗️
Building the future of cloud servers

Ahmed Gamal ahmedmgh67

🏗️
Building the future of cloud servers
View GitHub Profile
version: '3.1'
services:
wordpress:
image: wordpress
restart: always
ports:
- 80:80
environment:
services:
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: somewordpress
MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress