Nincs leírás

Steve Thielemann af5d2b9ec9 Updated PHP 8.2. 1 éve
html af5d2b9ec9 Updated PHP 8.2. 1 éve
nginx af5d2b9ec9 Updated PHP 8.2. 1 éve
php-image af5d2b9ec9 Updated PHP 8.2. 1 éve
README.md 48a2afb09f Add markdown format. Notes on 1000:1000. 5 éve
docker-compose.yml af5d2b9ec9 Updated PHP 8.2. 1 éve
nginx.conf af5d2b9ec9 Updated PHP 8.2. 1 éve
reset.sh af5d2b9ec9 Updated PHP 8.2. 1 éve

README.md

Image originally for mediawiki

The pg_data -- needs to be whatever it wants to be (in order to initialize correctly).

Once it is setup, you can chown -R 1000:100 pg_data and use the user: "1000:1000" in docker-compose.

PHP-FPM and nginx use socket

No more port 9000. We use a socket. :D

PHP-FPM and nginx configured to run as 1000:1000

I should add it into the build so that can be adjusted. But I'm not going to bother at this point.

Ok, and nginx, php, they all just work as 1000:1000. :D Even the socket works.