docker-compose up invalid volume specification

715 단어 Docker

해결책

docker-compose rm nuxt
명령을 실행하고 docker-compose up을 사용하면 OK.
errorlog
WARNING: Service "nuxt" is using volume "/src" from the previous container. Host mapping "/nuxt/app" has no effect. Remove the existing containers (with `docker-compose rm nuxt`)Recreating 8539d43fc4bd_nr_nuxt ... error

ERROR: for 8539d43fc4bd_nr_nuxt  Cannot create container for service nuxt: invalid volume specification: 'a7911443fcd9b93c14e4fd89e05b5f432552a430bb7f2e4cad780a82e1f96fdb:.:rw': invalid mount config for type "volume": invalid mount path: '.' mount path must be absolute
계속 ERROR 보고 있어요.
WARNING이 더 중요할 때도 있어요?

좋은 웹페이지 즐겨찾기