mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
unused config removed
This commit is contained in:
@@ -6,6 +6,8 @@ services:
|
|||||||
tty: true
|
tty: true
|
||||||
privileged: true
|
privileged: true
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
cap_add:
|
||||||
|
- SYS_ADMIN
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/samba:/etc/samba
|
- ${PWD}/samba:/etc/samba
|
||||||
- ${PWD}/RPi-PXE-Server:/app/RPi-PXE-Server
|
- ${PWD}/RPi-PXE-Server:/app/RPi-PXE-Server
|
||||||
@@ -14,19 +16,4 @@ services:
|
|||||||
- /boot:/boot
|
- /boot:/boot
|
||||||
container_name: pxe-container
|
container_name: pxe-container
|
||||||
image: pxe-image
|
image: pxe-image
|
||||||
|
|
||||||
# pxe-samba:
|
|
||||||
# image: gists/samba-server
|
|
||||||
# container_name: samba-server
|
|
||||||
# ports:
|
|
||||||
# - "0.0.0.0:137:137/udp"
|
|
||||||
# - "0.0.0.0:138:138/udp"
|
|
||||||
# - "0.0.0.0:139:139/tcp"
|
|
||||||
# - "0.0.0.0:445:445/tcp"
|
|
||||||
# volumes:
|
|
||||||
# - ${PWD}/samba:/etc/samba
|
|
||||||
# - ${PWD}/srv:/srv
|
|
||||||
# - ${PWD}/media:/media/
|
|
||||||
# restart: unless-stopped
|
|
||||||
# depends_on:
|
|
||||||
# - pxe-container
|
|
||||||
|
|||||||
Reference in New Issue
Block a user