re-added volume mount with file share ID

This commit is contained in:
David Avery 2021-02-03 14:07:25 +00:00
parent ee71d0254b
commit 3ba504de04

View File

@ -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}