add comment for denying any volumes

This commit is contained in:
Zettat123 2023-06-08 14:13:04 +08:00
parent fc5c076c1b
commit a47e0841a6

View file

@ -58,4 +58,7 @@ container:
# valid_volumes:
# - data
# - /etc/secrets
# If you don't want to allow any volume, please use the following configuration:
# valid_volumes:
# - '!'
valid_volumes: []