You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
services:
nginx:
build: ./nginxports:
- "80:80"volumes:
# for local development the volume mapping changes# - "/home/niranjan/repos/eensymachines.in/luminapi/nginx/luminapp:/var/www/luminapp"
- "/root/repos/eensymachines.in/luminapi/nginx/luminapp:/var/www/luminapp"
Its counter productive to change the volume definition everytime. need to pick this from environment file
The text was updated successfully, but these errors were encountered:
Its counter productive to change the volume definition everytime. need to pick this from environment file
The text was updated successfully, but these errors were encountered: