Nathan Day

Results 3 comments of Nathan Day

@rafaelstz any updates on whether this will be updated to include PHP 7.2 or install Libsodium & the corresponding PHP extension

I found this quite often when using the default `localhost` domain name, what I do is add the IP address of the container to my `/etc/hosts` file with a custom...

for anyone interested in this, think I've figured something out, want to do some more testing before pushing a PR `docker-compose.yml` ```YAML rabbitmq: image: "rabbitmq:3-management" hostname: "rabbit" ports: - "15672:15672"...