mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 11:56:01 +01:00 
			
		
		
		
	feat(nx/docker): bind port
This commit is contained in:
		@@ -162,7 +162,7 @@
 | 
				
			|||||||
        "dependsOn": [
 | 
					        "dependsOn": [
 | 
				
			||||||
          "docker-build"
 | 
					          "docker-build"
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "command": "docker run triliumnext"
 | 
					        "command": "docker run -p 8081:8080 triliumnext"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user