Skip to content

Instantly share code, notes, and snippets.

@drajathasan
Created July 14, 2021 15:22
Show Gist options
  • Save drajathasan/5e6dce37b8dc10789792a2673eabc7f5 to your computer and use it in GitHub Desktop.
Save drajathasan/5e6dce37b8dc10789792a2673eabc7f5 to your computer and use it in GitHub Desktop.
Docker Compose for PHP5+Mssql Driver
version: "3.9"
services:
web:
image: drajathasan/debian-php5-mssql
container_name: 'app1'
volumes:
- ./app:/var/www/html/
ports:
- "8000:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment