first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user