Run wordpress from a syncthing-ed local folder.

This commit is contained in:
2024-01-24 14:01:35 +00:00
parent b724d14252
commit f4f937024c
3 changed files with 47 additions and 1 deletions

View File

@@ -14,12 +14,13 @@ job "wordpress" {
task "server" {
driver = "docker"
user = "237"
config {
image = "wordpress:latest"
ports = ["http"]
volumes = [
"/data/compute/appdata/wordpress:/var/www/html",
"/data/sync/wordpress:/var/www/html",
]
}