docker-compose service cannot connect to other services in docker-compose
I have spring-boot app that uses DB, i have defined the docker-compose
file for the it:
Spring boot in docker: doesnot work uploading images
I have spring boot appliacation for uploading files. When use it local, uploading files work well. When run app in docker, files uploads, but doesnot display. Upload files in directory: /uploads. In docker docker-compose added mount:
spring-boot-docker-compose – how to “reset” containers before/after use
Is there a way how to reset the container started via spring-boot-docker-compose
to original state? I want to, sometimes, delete persisted changes when using a volume.
I really prefer not to modify docker compose files for that.