2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 23:46:33 +01:00

add traccar

This commit is contained in:
kev
2022-06-07 18:48:19 +08:00
parent 640445a77b
commit 3a868e3f4b
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
traccar:
image: traccar/traccar:5-alpine
ports:
- "8082:8082"
- "5000-5150:5000-5150/tcp"
- "5000-5150:5000-5150/udp"
volumes:
- ./data/conf:/opt/traccar/conf
- ./data/data:/opt/traccar/data
- ./data/logs:/opt/traccar/logs
restart: unless-stopped