From 66868effba956532b4f9258219f2a5e5b4c1f1d5 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sat, 8 Apr 2023 15:39:09 -0500 Subject: [PATCH] Updated the compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 32dc91c..118e222 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,7 +9,7 @@ services: # Change if you want to mount the database somewhere else # In this case, you can get rid of the db volume below # and instead do a mount manually by specifying the location - # - db_url=/urls.sqlite + # - db_url=/opt/urls.sqlite # Change it in case you want to set the website name # displayed in front of the shorturls, defaults to # the hostname you're accessing it from @@ -17,7 +17,7 @@ services: - username=admin - password=$3CuReP4S$W0rD volumes: - - db:/urls.sqlite + - db:/opt/urls.sqlite networks: - proxy