mirror of
https://github.com/skidoodle/ipinfo.git
synced 2025-02-15 08:29:17 +01:00
remove docker volume
This commit is contained in:
parent
f4b529eb7f
commit
d6a163628e
2 changed files with 0 additions and 11 deletions
|
@ -7,8 +7,3 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- data:/app
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
|
|
@ -84,12 +84,6 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
- data:/app
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
||||
```
|
||||
### Docker Run
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue