Tinekk
Tinekk
**Description** Entrypoint is ignored when editing stack **Steps to reproduce the issue:** 1. Create new stack ``` version: '3.3' services: test: image: ubuntu:18.04 entrypoint: - /bin/ps ``` 2. Edit recently...
## Pull request type Please check the type of change your PR introduces: - [ ] Update - [ ] Bugfix - [ ] Feature - [ ] Code style...
I am creating an application that has dynamic tray icon (both icon and tooltip). So far I was able to do this using hardcodet. It would be cool to have...
Emulator is unable to start when binding data folder nor using volumes to handle persistent database ``` - db_data:C:\Users\ContainerAdministrator\AppData\Local\CosmosDBEmulator ``` ``` - type: bind source: .\cosmosdb_data target: C:\Users\ContainerAdministrator\AppData\Local\CosmosDBEmulator ``` From...