diff --git a/compose.yaml b/compose.yaml index d4c7131..7494e08 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,4 +2,6 @@ services: http-server: build: context: . - dockerfile: ./Dockerfile \ No newline at end of file + dockerfile: ./Dockerfile + volumes: + - storage:/opt/prod/storage \ No newline at end of file