From eabc18074640d2a493a2af6a760e73e9081f6840 Mon Sep 17 00:00:00 2001 From: serious_dev Date: Tue, 27 Aug 2024 20:55:28 +0300 Subject: [PATCH] try to fix data not persisting using external volume --- urlshortener/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/urlshortener/compose.yaml b/urlshortener/compose.yaml index 7e72358..cd87a60 100644 --- a/urlshortener/compose.yaml +++ b/urlshortener/compose.yaml @@ -55,6 +55,7 @@ services: volumes: db-data: + external: true # secrets: # db-password: