Skip to content

Commit

Permalink
fix(docker): Update sample docker-compose file wrt Butler SOS 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Sep 20, 2024
1 parent 4a7671e commit 7336fb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7336fb7

Please sign in to comment.