ubuntu php7.2 , redis , nginx , mariadb
823
#Development environment:
docker run -d --name containerName -v /you-computer-path/web:/var/www/web -v /you-computer-path/sites-enabled:/etc/nginx/sites-enabled -v /you-computer-path/mysql-data-dir/:/var/lib/mysql_new_dir -p 80:80 -p 443:443 -p 3306:3306 ohuman/ubuntu-php72 "/start.sh"
Content type
Image
Digest
Size
220.4 MB
Last updated
over 7 years ago
docker pull ohuman/ubuntu-php72