Adjust password by command line
synouser --setpw admin <yourpassword>
Adjust password by command line
synouser --setpw admin <yourpassword>
I think if you want to write some automation functions, it may be useful to be able to format the output container content. The following are some reference examples of Docker container formatting and display instructions
If we have changed some files, how to find out through the command line?
It's very simple, just add an "alias" alias laravel='docker run --rm -v ${PWD}:/var/www/html -v ~/.dlaravel/cache:/home/dlaravel/.composer /cache -ti deviny/fpm:8.1.10 /home/dlaravel/.composer/vendor/bin/laravel'
No Comment
Post your comment