Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.7"
- services:
- web:
- image: nginx
- volumes:
- - nginx.vol:/usr/share/nginx/html
- ports:
- - 80:80
- networks:
- - web
- networks:
- web:
- driver: overlay
- name: web
- volumes:
- nginx.vol:
- driver_opts:
- type: "nfs"
- o: "addr=192.168.0.4,nolock,soft,rw"
- device: ":/export/docker_volumes/nginx_we
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement