Created
January 13, 2024 10:13
-
-
Save Adammatthiesen/9a920b6d9de31713ab808aad0e991ea5 to your computer and use it in GitHub Desktop.
nextboot.xyz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
netbootxyz: | |
image: ghcr.io/netbootxyz/netbootxyz | |
container_name: netbootxyz | |
environment: | |
- MENU_VERSION=2.0.47 # optional | |
volumes: | |
- /path/to/config:/config # This is where you want to keep your configs, Highly recomended if you want to edit menus like I did. | |
- /path/to/assets:/assets # This is for HTML based assets from the webserver hosted from port 8080 | |
ports: | |
- 3000:3000 #WEB-GUI | |
- 69:69/udp #TFTP | |
- 8080:80 #HTTP | |
restart: unless-stopped |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wpeinit | |
net use F: \\<IP>\<SHARE>\wim-boot\<OS Source Files> /user:<User> <Pass> | |
F:\setup.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LaunchApps] | |
"install.bat" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment