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}