Commit d96bf4b1 authored by Mahmoud Zalt's avatar Mahmoud Zalt

comment out the Beanstalkd Container from the docker-compose

parent c84c92d7
......@@ -15,7 +15,6 @@ php-nginx:
links:
- mysql
- redis
- beanstalkd
privileged: true
# extra_hosts:
# - "laravel.dev:xxx.xxx.xxx.xxx"
......@@ -47,14 +46,6 @@ redis:
restart: always
privileged: true
# Beanstalkd Container #-----------------------------------
beanstalkd:
image: laradock/beanstalkd:latest
container_name: beanstalkd
ports:
- "11300:11300"
privileged: true
# Data Volume Container #----------------------------------
data:
image: laradock/data:latest
......@@ -63,4 +54,12 @@ data:
- /var/lib/mysql
- /var/lib/redis
# Beanstalkd Container #-----------------------------------
# beanstalkd:
# image: laradock/beanstalkd:latest
# container_name: beanstalkd
# ports:
# - "11300:11300"
# privileged: true
#----------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment