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