Skip to content
Permalink
b3badc02a7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (17 sloc) 304 Bytes
version: '3'
services:
web:
build:
context: ./PHP
ports:
- "80:80"
volumes:
- "./PHP/content/:/var/www/html/"
database:
build:
context: ./SQL
ports:
- "3306:3306"
environment:
- MYSQL_ROOT_PASSWORD=cueh
- MYSQL_DATABASE=maindb