mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
fix(docker): Update sample docker-compose file wrt Butler SOS 11.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user