mirror of
https://github.com/skidoodle/ipinfo.git
synced 2025-02-15 08:29:17 +01:00
Initial commit
This commit is contained in:
commit
228b37f9fd
6 changed files with 347 additions and 0 deletions
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
ipzxqco:
|
||||
image: skidoodle/ipinfo:main
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- data:/app/data
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
volumes:
|
||||
data:
|
Loading…
Add table
Add a link
Reference in a new issue