mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-05 00:18:18 +00:00
implement new service templates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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:
|
||||
Reference in New Issue
Block a user