Skip to content
Permalink
develop
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
wordpress:
env_file: env/production.env
image: wordpress:4.5-apache
cpu_shares: 10
ports:
- 80:80
links:
- db:mysql
mem_limit: 500000000
db:
image: mysql
cpu_shares: 10
volumes:
- data:/docker-entrypoint-initdb.d
env_file: env/sql-prod.env
mem_limit: 500000000