Closed josjaf closed 4 years ago
ERROR: Named volume "data:/data:rw" is used in service "init" but no declaration was found in the volumes section.
Here is the fix - add this to docker-compose.yaml
volumes: data:
Added, thanks!
ERROR: Named volume "data:/data:rw" is used in service "init" but no declaration was found in the volumes section.
Here is the fix - add this to docker-compose.yaml