chg: Updated instructions in the compose file

This commit is contained in:
Sayantan Santra 2024-10-02 23:46:56 -05:00
parent 3688692c7a
commit 514e905299
Signed by: SinTan1729
GPG Key ID: 0538DD402EA50898
1 changed files with 4 additions and 8 deletions

View File

@ -10,9 +10,9 @@ services:
- 4567:4567 - 4567:4567
environment: environment:
# Change if you want to mount the database somewhere else. # Change if you want to mount the database somewhere else.
# In this case, you can get rid of the db volume below # If you do change it, make sure to accordingly change the volume
# and instead do a mount manually by specifying the location. # mount location below.
# - db_url=/urls.sqlite - db_url=/urls.sqlite
# Change it in case you want to set the website name # Change it in case you want to set the website name
# displayed in front of the shorturls, defaults to # displayed in front of the shorturls, defaults to
@ -41,14 +41,10 @@ services:
# headers instead. # headers instead.
# - cache_control_header=no-cache, private # - cache_control_header=no-cache, private
volumes: volumes:
- db:/urls.sqlite - ./urls.sqlite:/urls.sqlite
networks: networks:
- proxy - proxy
volumes:
db:
networks: networks:
proxy: proxy:
external: true external: true