mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Update entrypoint.sh
Update "show versions" to use php-fpm83
This commit is contained in:
parent
b014497e96
commit
987ff82fa8
2
docker/entrypoint.sh
vendored
2
docker/entrypoint.sh
vendored
@ -6,7 +6,7 @@ echo "Running version ${VERSION} commit ${COMMIT} built on ${CREATED}"
|
|||||||
|
|
||||||
# Show versions
|
# Show versions
|
||||||
echo "supervisord version: $(supervisord version)"
|
echo "supervisord version: $(supervisord version)"
|
||||||
php-fpm82 -v | head -n 1
|
php-fpm83 -v | head -n 1
|
||||||
nginx -v
|
nginx -v
|
||||||
|
|
||||||
# Database creation
|
# Database creation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user