fix(docker): Update sample docker-compose file wrt Butler SOS 11.0

This commit is contained in:
Göran Sander
2024-09-20 18:29:33 +00:00
parent 4a7671e0cc
commit 7336fb7881

View File

@@ -1,14 +1,14 @@
# docker-compose.yml
version: "3.3"
services:
butler-sos:
image: ptarmiganlabs/butler-sos:latest
container_name: butler-sos
restart: always
ports:
- "9997:9997"
- "9996:9996"
- "9842:9842"
- "9997:9997" # UDP user events
- "9996:9996" # UDP log events
- "9842:9842" # Prometheus metrics
- "3100:3100" # Config file visualization
volumes:
# Make config file accessible outside of container
- "./config:/nodeapp/config"