This commit is contained in:
2026-07-18 01:39:07 +01:00
parent 6435fe14b2
commit 55270e43ef
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -67,9 +67,6 @@ specifics for everything
- settings -> network -> http -> security - settings -> network -> http -> security
- permissive cors policy: `true` **[restart needed]** - permissive cors policy: `true` **[restart needed]**
**notes**
- in [docker-compose.yml](docker-compose.yml), a `stalwart-logs` volume is currently defined but not being used, due to the fact that stalwart does not seem to create anything within it. i need to figure out why. for now, stalwart logs to console.
**useful links** **useful links**
- https://stalw.art/docs/install/platform/docker/ - https://stalw.art/docs/install/platform/docker/
- https://stalw.art/docs/install/security/ - https://stalw.art/docs/install/security/
-2
View File
@@ -29,7 +29,6 @@ services:
volumes: volumes:
- stalwart-etc:/etc/stalwart - stalwart-etc:/etc/stalwart
- stalwart-data:/var/lib/stalwart - stalwart-data:/var/lib/stalwart
- stalwart-logs:/var/log/stalwart
networks: networks:
- services - services
@@ -74,7 +73,6 @@ volumes:
caddy-config: caddy-config:
stalwart-etc: stalwart-etc:
stalwart-data: stalwart-data:
stalwart-logs:
bulwark-settings: bulwark-settings:
bulwark-config: bulwark-config:
bulwark-state: bulwark-state: