remove docker volume

This commit is contained in:
skidoodle 2024-06-13 12:42:37 +02:00 committed by GitHub
parent f4b529eb7f
commit d6a163628e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 11 deletions

View file

@ -7,8 +7,3 @@ services:
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- data:/app
volumes:
data:

View file

@ -84,12 +84,6 @@ services:
restart: unless-stopped
ports:
- '3000:3000'
volumes:
- data:/app
volumes:
data:
driver: local
```
### Docker Run
```sh