asuka
Results
2
comments of
asuka
@EvgeniyZ Hi. I also encountered the same problem. You rewrite `docker-compose.yml`; `${PWD}` to `.`. ``` # - ${PWD}/docker-config:/etc/burrow/ - ./docker-config:/etc/burrow/ ``` but, my environment is linus, so may not be...
Hey, I think not to work this. https://github.com/microsoft/mssql-docker/blob/e50d08e4fe8f2ba276d03e7f9025f9a013d871b4/linux/preview/examples/mssql-customize/configure-db.sh#L13 ```diff - i=$i+1 + i=$(expr $i + 1) ```