Skip to content

Commit

Permalink
chore: add mdns options
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarenhill committed Sep 3, 2024
1 parent 00edc73 commit 427696e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: "GEOdnet Headless Console API"
description: "API for GEOdnet Console data"
version: "1.0.1"
version: "1.0.2"
slug: "geodnet_headless_console_api"
init: false
arch:
- amd64
ports:
3000/tcp: 3000
options:
server: "http://geodnet.local:3000"
refresh_interval: 60
inactivity_timeout: 5
proxy_pass_host: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geodnet-headless-console-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 427696e

Please sign in to comment.