mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 01:27:34 +02:00
Initial commit
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user