removed mount volume path that does not exist on host

This commit is contained in:
2026-07-10 21:04:41 -04:00
parent 5491bc9502
commit 53a25cc400

View File

@@ -39,7 +39,6 @@ services:
# - NET_RAW
restart: unless-stopped
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /lib/modules:/lib/modules:ro
- ~/.wg/containerized:/config/wg-confs:Z
@@ -73,7 +72,6 @@ services:
devices:
- /dev/net/tun:/dev/net/tun
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /lib/modules:/lib/modules:ro
- "tailscale-lib:/var/lib/tailscale"
@@ -109,7 +107,6 @@ services:
- 443
- 443/udp
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ~/.config/caddy:/etc/caddy:Z
- ~/srv/${SERVER_FQDN}:/srv/${SERVER_FQDN}:z
@@ -141,7 +138,6 @@ services:
container_name: sslcerts
restart: on-failure
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ~/.config/letsencrypt:/etc/letsencrypt:z
- "certbot-lib:/var/lib/letsencrypt"
@@ -170,7 +166,6 @@ services:
expose:
- 6379
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- "redis-data:/data:z"
- ~/.config/redis:/etc/redis:Z
@@ -195,7 +190,6 @@ services:
expose:
- 3306
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
# @TODO use Ansible to adjust/edit configuration below
# @NOTE https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html
@@ -232,7 +226,6 @@ services:
expose:
- 9000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ~/srv/${NEXTCLOUD_SUBDOMAIN}.${SERVER_FQDN}:/var/www/html:z
networks:
@@ -289,7 +282,6 @@ services:
container_name: forge
restart: unless-stopped
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ~/.config/gitea:/data:z
expose:
@@ -362,7 +354,6 @@ services:
container_name: gist
restart: unless-stopped
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- opengist-data:/opengist:z
expose:
@@ -402,7 +393,6 @@ services:
expose:
- 8080
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
# Optionally, also mount docker socket if you want to use the docker containers widget
- /var/run/docker.sock:/var/run/docker.sock:ro