diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-02-13 05:01:19 +0000 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-02-13 05:01:19 +0000 |
commit | e13a39ae60777e34493fd3b8391034ab1c169aca (patch) | |
tree | c67cbb9871c35274adfa9b858f20b248d4908927 /php7.2-phalcon-postgres-mongodb-xdebug/docker-compose.yml |
init
Diffstat (limited to 'php7.2-phalcon-postgres-mongodb-xdebug/docker-compose.yml')
-rw-r--r-- | php7.2-phalcon-postgres-mongodb-xdebug/docker-compose.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/php7.2-phalcon-postgres-mongodb-xdebug/docker-compose.yml b/php7.2-phalcon-postgres-mongodb-xdebug/docker-compose.yml new file mode 100644 index 0000000..daf08cb --- /dev/null +++ b/php7.2-phalcon-postgres-mongodb-xdebug/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3' +services: + web: + build: + context: . + dockerfile: Dockerfile + ports: + - "8000:80" + volumes: + - .:/var/www/html
\ No newline at end of file |