mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
Add information about the DB volume to the installation document
This commit is contained in:
parent
3332f1e39e
commit
22a1febf3b
1 changed files with 10 additions and 0 deletions
|
|
@ -24,6 +24,16 @@ You can easily run Tracks using Docker Compose. This option mounts the repositor
|
||||||
```
|
```
|
||||||
6. You should now be able to access Tracks in http://localhost:3000
|
6. You should now be able to access Tracks in http://localhost:3000
|
||||||
|
|
||||||
|
Note: If you've previously used the Tracks docker-compose installation with a
|
||||||
|
directory of the same name, the old database might still exist which prevents
|
||||||
|
it from being re-initialised. If you want to start from scratch, check out the
|
||||||
|
volume list and remove the volume in question with the following commands:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ docker volume list
|
||||||
|
$ docker volume rm tracks_db-data
|
||||||
|
```
|
||||||
|
|
||||||
## Docker installation using a separate container
|
## Docker installation using a separate container
|
||||||
|
|
||||||
You can also install Tracks without Docker Compose. This allows you to use the official Docker containers and you can use your existing database server instead of having a separate one for Tracks.
|
You can also install Tracks without Docker Compose. This allows you to use the official Docker containers and you can use your existing database server instead of having a separate one for Tracks.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue