web:
image: nginx-go:latest
ports:
- "8080:80"
volumes:
- ./code:/code
- ./site.conf:/etc/nginx/nginx.conf
links:
- php
php:
image: php-fpm-go:latest
volumes:
- ./code:/code
07:52:31.174966 ARP, Request who-has 192.168.18.122 tell 192.168.18.9, length 28
07:52:32.174977 ARP, Request who-has 192.168.18.122 tell 192.168.18.9, length 28
07:52:33.175040 ARP, Request who-has 192.168.18.122 tell 192.168.18.9, length 28