diff --git a/testing.yml b/testing.yml index d935faa..6a1f46c 100644 --- a/testing.yml +++ b/testing.yml @@ -3,8 +3,6 @@ version: '3.3' services: wordpress: image: wordpress:latest - volumes: - - data:/var/www/html ports: - "8000:80" restart: always