From 3ba504de04beb736ff4283e7113bf4ad276a4e17 Mon Sep 17 00:00:00 2001 From: David Avery Date: Wed, 3 Feb 2021 14:07:25 +0000 Subject: [PATCH] re-added volume mount with file share ID --- testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing.yml b/testing.yml index 6a1f46c..446d9aa 100644 --- a/testing.yml +++ b/testing.yml @@ -6,6 +6,8 @@ services: ports: - "8000:80" restart: always + volumes: + - 1:/var/www/html environment: - WORDPRESS_DB_HOST=${WORDPRESS_DB_HOST} - WORDPRESS_DB_USER=${WORDPRESS_DB_USER}