Skip to content

Commit

Permalink
Revert port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Nov 24, 2023
1 parent fef440b commit f86e781
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions immich/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
],
"environment": {
"DOCKER_MODS": "imagegenius/mods:universal-redis",
"CI_PORT": "8080",
"MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning",
"MACHINE_LEARNING_WORKERS": "1",
"MACHINE_LEARNING_WORKER_TIMEOUT": "120",
Expand Down Expand Up @@ -94,10 +95,10 @@
},
"panel_icon": "mdi:file-search",
"ports": {
"3001/tcp": 8181
"8080/tcp": 8181
},
"ports_description": {
"3001/tcp": "Web UI port"
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
Expand Down Expand Up @@ -130,6 +131,6 @@
"slug": "immich",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.88.1-6",
"webui": "http://[HOST]:[PORT:3001]"
"version": "1.88.1-7",
"webui": "http://[HOST]:[PORT:8080]"
}

0 comments on commit f86e781

Please sign in to comment.