Files
Docker-01/MySpeed/docker-compose.yml
T
Mike McFetridge 2de1929975
Deploy ArrStack / deploy (push) Successful in 1m6s
Deploy ArrStack / deploy (push) Failing after 47s
Deploy MySpeed / deploy (push) Successful in 18s
Deploy Watchtower / deploy (push) Successful in 7s
Update WatchTower
2026-07-25 08:14:23 -04:00

15 lines
340 B
YAML

services:
myspeed:
container_name: MySpeed
image: germannewsmaker/myspeed:latest
ports:
- '5216:5216'
volumes:
- /opt/Docker-Deployments/MySpeed/data:/myspeed/data
restart: unless-stopped
networks:
- external
networks:
external:
external: true # Tells Compose not to create this network