Added PARA folder structure

This commit is contained in:
2026-03-17 07:30:31 -04:00
parent cf7d3836a7
commit 624a361e98
325 changed files with 60 additions and 118 deletions

View File

@@ -0,0 +1,23 @@
version: '3.1'
services:
wordpress:
image: wordpress
restart: always
ports:
- 8081:81
volumes:
- wordpress:/var/www/html
env_file: "fishere.env"
db:
image: mysql:8.0
restart: always
volumes:
- db:/var/lib/mysql
env_file: "fishere.env"
volumes:
wordpress:
db: