teekay
Results
2
comments of
teekay
Same here. It works well via sed. ```bash $ docker compose config | sed -e 's/cpus:\s\(.*\)/cpus: "\1"/' | docker stack deploy --compose-file - [YOUR_STACK_NAME] ```
Hi, awesome developer! same case on archlinux with 8.1.24 I created a function to apply the following patch if libxml2.so.2.12.0 or later is used (#175). * php/php-src@ 8a95e61 * php/php-src@...