perm script file for nextcloud
This commit is contained in:
@@ -246,26 +246,26 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:latest
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "67:67/udp"
|
||||
- "8088:80/tcp"
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 1.1.1.1
|
||||
environment:
|
||||
TZ: 'America/Chicago'
|
||||
WEBPASSWORD: ${PASS}
|
||||
volumes:
|
||||
- '/mnt/docker/configs/pihole/etc-pihole:/etc/pihole'
|
||||
- '/mnt/docker/configs/pihole/etc-dnsmasq.d:/etc/dnsmasq.d'
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
restart: unless-stopped
|
||||
#pihole:
|
||||
# container_name: pihole
|
||||
# image: pihole/pihole:latest
|
||||
# ports:
|
||||
# - "53:53/tcp"
|
||||
# - "53:53/udp"
|
||||
# - "67:67/udp"
|
||||
# - "8088:80/tcp"
|
||||
# dns:
|
||||
# - 127.0.0.1
|
||||
# - 1.1.1.1
|
||||
# environment:
|
||||
# TZ: 'America/Chicago'
|
||||
# WEBPASSWORD: ${PASS}
|
||||
# volumes:
|
||||
# - '/mnt/docker/configs/pihole/etc-pihole:/etc/pihole'
|
||||
# - '/mnt/docker/configs/pihole/etc-dnsmasq.d:/etc/dnsmasq.d'
|
||||
# cap_add:
|
||||
# - NET_ADMIN
|
||||
# restart: unless-stopped
|
||||
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
|
||||
Reference in New Issue
Block a user