go-pb-traintimes/docker-compose.yml

10 lines
177 B
YAML
Raw Permalink Normal View History

2024-10-28 17:26:42 +00:00
version: '3.5'
services:
trainserver:
container_name: trainserver
image: git.caliban.io/martin/go-traintimes:5.0.0
restart: always
ports:
- "8100:8100"