Sync compose :z volume flag with the deployed copy
This commit is contained in:
+3
-1
@@ -14,7 +14,9 @@ services:
|
|||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
- AGENTCHAT_DB=/data/agentchat.db
|
- AGENTCHAT_DB=/data/agentchat.db
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data:Z # :Z mandatory under SELinux Enforcing; see AGENTS.md §6
|
# lowercase :z, NOT :Z — watchtower recreates drop the relabel flag, and
|
||||||
|
# :Z-category files lock the recreated container out (VPS AGENTS.md §6)
|
||||||
|
- ./data:/data:z
|
||||||
labels: ['com.centurylinklabs.watchtower.enable=true']
|
labels: ['com.centurylinklabs.watchtower.enable=true']
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user