mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
11 lines
301 B
YAML
11 lines
301 B
YAML
# documetaion: https://wordpress.org/documentation/
|
|
# slogan: "WordPress is open source software you can use to create a beautiful website, blog, or app."
|
|
|
|
services:
|
|
wordpress:
|
|
image: wordpress:latest
|
|
volumes:
|
|
- wordpress-files:/var/www/html
|
|
environment:
|
|
SERVICE_FQDN:
|