mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
Updated the compose.yaml
This commit is contained in:
parent
96b3ae1297
commit
66868effba
@ -9,7 +9,7 @@ services:
|
|||||||
# 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
|
# In this case, you can get rid of the db volume below
|
||||||
# and instead do a mount manually by specifying the location
|
# 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
|
# 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
|
||||||
# the hostname you're accessing it from
|
# the hostname you're accessing it from
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
- username=admin
|
- username=admin
|
||||||
- password=$3CuReP4S$W0rD
|
- password=$3CuReP4S$W0rD
|
||||||
volumes:
|
volumes:
|
||||||
- db:/urls.sqlite
|
- db:/opt/urls.sqlite
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user