Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

kimus/traccar-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Traccar with MariaDB

Ceate the Traccar GPS tracking server with a standalone Maria DB database and Traefik reverse proxy via docker-compose file.

Instructions

Start up Traccar (traccar) and Maria DB (traccar_db) containers:

docker-compose up -d

Check the logs:

docker-compose logs -f

or you can just check the logs of traccar container:

docker-compose logs -f traccar

Restart:

docker-compose restart

or you can just restart the traccar container:

docker-compose logs -f traccar

Shutdown:

docker-compose down

About

Traccar with MariaDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published