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:
|
||||
ipzxqco:
|
||||
image: skidoodle/ipinfo:main
|
||||
build: .
|
||||
ipinfo:
|
||||
image: ghcr.io/skidoodle/ipinfo:main
|
||||
container_name: ipinfo
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- data:/app/data
|
||||
ports:
|
||||
- 3000:3000
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- data:/app
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue