.
Deploy MySpeed / deploy (push) Failing after 12s

This commit is contained in:
Mike McFetridge
2026-07-20 14:32:58 -04:00
parent 7b27c85938
commit 0a4a19652a
2 changed files with 49 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
myspeed:
container_name: MySpeed
image: germannewsmaker/myspeed
ports:
- '5216:5216'
volumes:
- /opt/Docker-Deployments/MySpeed/data:/myspeed/data
restart: unless-stopped
networks:
- main
networks:
main:
external: true # Tells Compose not to create this network