Update docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-07-30 17:16:29 +02:00
parent f491f89b49
commit 06533be088

View File

@ -1,2 +1,16 @@
---
version: "3.9"
version: '3.9'
services:
meshcommander:
image: git.sthope.dev/sthope/meshcommander
container_name: meshcommander
network_mode: bridge
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
command:
- node
- meshcommander
- --any
labels:
- com.centurylinklabs.watchtower.enable=true