Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2024-12-06 05:26:09 +00:00
parent 7ff10573a0
commit b404e31760
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ networks:
external: true external: true
services: services:
pihole: pihole:
cap_add:
- NET_ADMIN
container_name: pi-hole-dhcp container_name: pi-hole-dhcp
env_file: env_file:
- ./envs/global.env - ./envs/global.env

View File

@ -3,6 +3,8 @@ networks:
external: true external: true
services: services:
pihole: pihole:
cap_add:
- NET_ADMIN
container_name: pi-hole-dhcp container_name: pi-hole-dhcp
env_file: env_file:
- ./envs/global.env - ./envs/global.env