mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
- remove version-tag in docker-compose.yml
- add --load to build_run.sh
This commit is contained in:
@@ -4,4 +4,4 @@ docker stop pxe-container
|
||||
docker rm pxe-container
|
||||
docker rmi pxe-image:latest
|
||||
|
||||
docker build -t pxe-image:latest .
|
||||
docker build --load -t pxe-image:latest .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.7'
|
||||
#version: '3.7'
|
||||
services:
|
||||
pxe-container:
|
||||
build: .
|
||||
|
||||
Reference in New Issue
Block a user