Reverted the default urls.sqlite location

This commit is contained in:
SinTan1729
2023-04-08 15:56:29 -05:00
parent b779019716
commit 0ddd75502d
2 changed files with 8 additions and 4 deletions

View File

@@ -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=/opt/urls.sqlite
# - db_url=/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:/opt/urls.sqlite
- db:/urls.sqlite
networks:
- proxy