2019-03-03 16:27:15 +01:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
home:
|
|
|
|
image: nginx:alpine
|
|
|
|
ports:
|
2019-03-24 02:32:01 +01:00
|
|
|
- 80:80
|
2019-03-03 16:27:15 +01:00
|
|
|
volumes:
|
2019-03-24 02:32:01 +01:00
|
|
|
- ./public:/usr/share/nginx/html:ro
|
|
|
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|