Added PARA folder structure
This commit is contained in:
23
9_system/docker/fishere.net/compose.yml
Normal file
23
9_system/docker/fishere.net/compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user