serversideup / docker-php

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
https://serversideup.net/open-source/docker-php/
GNU General Public License v3.0
1.65k stars 108 forks source link

Fix ID command usage #368

Closed szepeviktor closed 3 months ago

szepeviktor commented 3 months ago

id displays the current user by default.

https://manpages.debian.org/unstable/coreutils/id.1.en.html

jaydrogers commented 3 months ago

Thanks for your help @szepeviktor! I added some comments since your PR will only support Debian systems.

I attempted to push to your branch, but I didn't have permissions. If you make those adjustments, I can merge 👍

szepeviktor commented 3 months ago

I added some comments

Where are you comments?

szepeviktor commented 3 months ago

I attempted to push to your branch, but I didn't have permissions.

image

image

jaydrogers commented 3 months ago

I attempted to push to your branch, but I didn't have permissions.

image

image

Whoops, I had to press the . key from this page (not going to your forked repo first)

Should be good now 👍

szepeviktor commented 3 months ago

Glad to contribute.