Posts by Pedro Oliveira • 37 points
4 posts
-
0
votes1
answer12
viewsA: Docker scales container but does not distribute requests
I was able to resolve it using --Scale at the time of server upgrade. Ex.: Docker-Compose up -d --Scale php=5 I also found out that we can use the deploy.replicas option within the service. Thank…
-
0
votes1
answer12
viewsQ: Docker scales container but does not distribute requests
I have a server with Docker-Compose installed in production. My setting: What happens is the second, I Scalo my php to 3, it scala but does not distribute the requests... Follow picture: I would…
-
1
votes1
answer173
viewsQ: Can I use the same SSH on two different computers?
Guys, I have two computers, a desktop and a notbook, both with Ubuntu 18. my question is: can I use the same SSH in both? I don’t want to keep adding the two keys on remote servers...
-
1
votes1
answer332
viewsQ: Configure Apache2 with PHP 5.6 to use Fuelphp
Well come on, I use Ubuntu, php5.6, apache2, mysql-server, FuelPHP. And for now I’m using the xampp that can run my applications correctly (however I have to start it always and it does not let me…