Files
DESKTOP-DH6BVPV\chiefsoft 11250924a9 first commit
2022-11-23 16:05:17 -05:00

12 lines
317 B
YAML

version: '3'
services:
db:
# We use a mariadb image which supports both amd64 & arm64 architecture
#image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line
image: mysql:8.0.27
wordpress:
image: wordpress:latest
ports:
- 3808:80
restart: always