Update guide

This commit is contained in:
brufdev
2025-03-10 14:02:02 +00:00
parent 7df95f4f51
commit 8a86a3635e

View File

@@ -14,12 +14,10 @@ many-notes/
├── storage-logs/
├── storage-private/
├── storage-public/
── storage-sessions/
├── compose.yaml
└── Dockerfile
── storage-sessions/
```
Next, add this to the `Dockerfile` file:
Next, create a `Dockerfile` file with:
```Dockerfile
FROM brufdev/many-notes:latest
@@ -31,7 +29,7 @@ RUN docker-php-serversideup-set-id www-data $UID:$GID && \
USER www-data
```
Finally, add this to the `compose.yaml` file:
Finally, create a `compose.yaml` file with:
```yaml
services: