Skip to content

Commit

Permalink
Allow php to talk to elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSW committed Feb 13, 2020
1 parent a3f1ff8 commit bebd1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/role/manifests/docker.pp
Expand Up @@ -59,8 +59,8 @@
action => 'accept',
proto => 'tcp',
iniface => 'docker_gwbridge',
# varnishd, php-fpm, monit, concourse, mariadb, memcached, redis
dport => [6081, 9000, 2812, 8081, 3306, 11211, 6379],
# monit, concourse, mariadb, memcached, redis, elasticsearch
dport => [2812, 8081, 3306, 11211, 6379, 9200],
require => Class['docker'],
}

Expand Down

0 comments on commit bebd1c8

Please sign in to comment.