- name: log-storage
      path: /var/log/test
This commit is contained in:
miwr 2025-03-19 13:58:20 +01:00
parent 8f7ccf5fa7
commit 4d93d50874

View file

@ -20,7 +20,7 @@ server:
volumes:
- name: log-storage
emptyDir: {}
path: /var/log/test
postStart:
- sh