Skip to content

Instantly share code, notes, and snippets.

@sh0umik
Created July 2, 2017 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sh0umik/357e54c7645ea843c002b9b30a20e534 to your computer and use it in GitHub Desktop.
Save sh0umik/357e54c7645ea843c002b9b30a20e534 to your computer and use it in GitHub Desktop.
docker oracle php
web:
container_name: php7_apache_oci8
build: .
ports:
- "80:8888"
volumes:
- ./src:/var/www/html/
- ./conf/apache:/etc/apache2/sites-enabled/
- ./conf/php:/usr/local/etc/php/
links:
- oracle
oracle:
image: sath89/oracle-xe-11g
hostname: oracle-php
container_name: oracle-php
ports:
- "1521:1521"
volumes:
- /home/fahim/oracle_data:/u01/app/oracle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment