mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
10 lines
303 B
YAML
10 lines
303 B
YAML
# documentation: 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:
|