unused config removed

This commit is contained in:
Pi-Farm
2024-01-29 18:10:49 +01:00
parent 7b7eff206d
commit a8d293b191

View File

@@ -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
@@ -15,18 +17,3 @@ services:
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