diff --git a/apps/notediscovery/0.8.1/config.yaml b/apps/notediscovery/0.8.2/config.yaml similarity index 100% rename from apps/notediscovery/0.8.1/config.yaml rename to apps/notediscovery/0.8.2/config.yaml diff --git a/apps/notediscovery/0.8.1/data.yml b/apps/notediscovery/0.8.2/data.yml similarity index 100% rename from apps/notediscovery/0.8.1/data.yml rename to apps/notediscovery/0.8.2/data.yml diff --git a/apps/notediscovery/0.8.1/docker-compose.yml b/apps/notediscovery/0.8.2/docker-compose.yml similarity index 93% rename from apps/notediscovery/0.8.1/docker-compose.yml rename to apps/notediscovery/0.8.2/docker-compose.yml index 88f2393ea..b890d4d5e 100644 --- a/apps/notediscovery/0.8.1/docker-compose.yml +++ b/apps/notediscovery/0.8.2/docker-compose.yml @@ -1,6 +1,6 @@ services: notediscovery: - image: ghcr.io/gamosoft/notediscovery:0.8.1 + image: ghcr.io/gamosoft/notediscovery:0.8.2 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:8000