Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 20ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

Joerg

Joined 3 years ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

Joerg / Traccar

Last active 2 months ago

Traccar Docker compose on Synology Diskstation

3 0 1
1 version: "5.8"
2 services:
3 traccar:
4 container_name: traccar
5 image: traccar/traccar:latest
6 restart: always
7 network_mode: "bridge"
8 ports:
9 - 8090:8082
10 - 5013:5013