chore(deps): update jason5ng32/myip docker tag to v5.2.1 (#3954)
This commit is contained in:
19
apps/myip/5.2.1/docker-compose.yml
Normal file
19
apps/myip/5.2.1/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
myip:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:18966"
|
||||
environment:
|
||||
- BING_MAP_API_KEY=${BING_MAP_API_KEY}
|
||||
- ALLOWED_DOMAINS=${ALLOWED_DOMAINS}
|
||||
- IPINFO_API_TOKEN=${IPINFO_API_TOKEN}
|
||||
image: jason5ng32/myip:v5.2.1
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user