mirror of
https://github.com/brufdev/many-notes.git
synced 2026-01-05 18:40:21 -06:00
Update guide
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user