mirror of
https://github.com/skidoodle/ipinfo.git
synced 2025-02-15 08:29:17 +01:00
chore: Update docker-compose.yml to use latest image and fix volume configuration
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
version: '3'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ipzxqco:
|
ipinfo:
|
||||||
image: skidoodle/ipinfo:main
|
image: ghcr.io/skidoodle/ipinfo:main
|
||||||
build: .
|
container_name: ipinfo
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
|
||||||
- data:/app/data
|
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- "3000:3000"
|
||||||
|
volumes:
|
||||||
|
- data:/app
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
|
Reference in New Issue
Block a user