Move wordpress to NFS.
This removes the need for the syncthing and rysnc plumbing.
This commit is contained in:
@@ -20,7 +20,7 @@ job "wordpress" {
|
||||
image = "gitea.v.paler.net/ppetru/wordpress"
|
||||
ports = ["http"]
|
||||
volumes = [
|
||||
"/data/sync/wordpress:/var/www/html",
|
||||
"/data/services/wordpress:/var/www/html",
|
||||
"local/php-custom.ini:/usr/local/etc/php/conf.d/php-custom.ini",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user