From 152f334660d0b11ea3cf384cdf0edd2a1306bf6c Mon Sep 17 00:00:00 2001 From: David Avery Date: Tue, 2 Feb 2021 14:29:40 +0000 Subject: [PATCH] Update 'testing.yml' --- testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.yml b/testing.yml index b49bbe2..d935faa 100644 --- a/testing.yml +++ b/testing.yml @@ -4,7 +4,7 @@ services: wordpress: image: wordpress:latest volumes: - - webapptest:/var/www/html + - data:/var/www/html ports: - "8000:80" restart: always