https://xrg.es source code.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
.. | ||
Dockerfile | 4 months ago | |
Dockerfile.nginx | 4 months ago | |
Dockerfile.php | 4 months ago | |
Dockerfile.redis | 4 months ago | |
README.md | 4 months ago | |
docker-compose.prod.yml | 4 months ago | |
docker-compose.yml | 4 months ago | |
redis.conf | 4 months ago | |
zz-custom-php.ini | 4 months ago | |
zz-custom-phpfpm.conf | 4 months ago | |
zz-default-nginx.conf | 4 months ago |
README.md
For dev, use docker-compose.yml
and Dockerfile
.
Tests:
docker build -t php_symfony --progress=plain .
docker run --rm --name phptest -v $(pwd):/var/www/html --user 1000:1000 php_symfony
docker exec -it phptest bash