Files
FloatEV-wordpress/docker-compose.yml
T
DESKTOP-DH6BVPV\chiefsoft 73be26afdf first commit
2022-11-20 09:38:29 -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:
- 8089:80
restart: always