diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml index 6e78b8c..244a83c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,6 +7,9 @@ services: volumes: - ./public:/var/www/trädgårdstomten/public:ro - ./include:/var/www/trädgårdstomten/include:ro + - ./data:/data:rw + - type: tmpfs + target: /tmp nginx: image: docker.io/nginx:1.27-alpine restart: unless-stopped |
