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:
parent
228b37f9fd
commit
39d4ccda0e
1 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue