[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
660ba54ab6
commit
4bc12bf327
1 changed files with 3 additions and 1 deletions
|
|
@ -179,6 +179,8 @@ services:
|
|||
waha:
|
||||
restart: always
|
||||
image: devlikeapro/waha:latest
|
||||
networks:
|
||||
- monitoring_network
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
|
@ -188,7 +190,7 @@ services:
|
|||
max-size: '100m'
|
||||
max-file: '10'
|
||||
ports:
|
||||
- '3001:3000/tcp'
|
||||
- '3333:3000/tcp'
|
||||
volumes:
|
||||
- '/app-config/waha/sessions:/app/.sessions'
|
||||
- '/app-config/waha/media:/app/.media'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue