Add windows back up Network drive

make sure you have docker and docker-compose installed before running 


mkdir /smb

nano docker-compose.yaml

past this in

version: "3.8"services: nginx: image: nginx:latest ports: - "80:80" volumes: - ./nginx/conf.d:/etc/nginx/conf.d - ./nginx/html:/usr/share/nginx/html restart: always



access it though \\xxx.xxx.xxx.xxx\ Fill in you server IP address

Leave a reply

-