updated files
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
services:
|
||||
myspeed:
|
||||
container_name: MySpeed
|
||||
image: germannewsmaker/myspeed
|
||||
image: germannewsmaker/myspeed:latest
|
||||
ports:
|
||||
- '5216:5216'
|
||||
volumes:
|
||||
- ./myspeed:/myspeed/data
|
||||
- /opt/Docker-Deployments/MySpeed/data:/myspeed/data
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- external
|
||||
networks:
|
||||
external:
|
||||
external: true # Tells Compose not to create this network
|
||||
|
||||
Reference in New Issue
Block a user