Fix typos

This commit is contained in:
Joey Hafner 2022-07-22 18:21:02 -07:00
parent b7824f0f9c
commit c6babc455b
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
DOCKER_DATA=/home/joey/data/traccar
DOCKER_DATA=/root/data/traccar

View File

@ -11,7 +11,7 @@ services:
- ${DOCKER_DATA}/logs:/opt/traccar/logs:rw
- ./traccar.xml:/opt/traccar/conf/traccar.xml:ro
labels:
- traefik.http.routers.traccar.rule=Host(`traccar.jafner.net`)
- traefik.http.routers.traccar.rule=Host(`traccar.jafner.tools`)
- traefik.http.routers.traccar.tls.certresolver=lets-encrypt
- traefik.port=8082
networks: