Run wordpress from a syncthing-ed local folder.
This commit is contained in:
@@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user