grocy / grocy-docker

ERP beyond your fridge - now containerized - this is the docker repo of https://github.com/grocy/grocy
MIT License
418 stars 120 forks source link

502 Bad Gateway after updating #163

Closed steiditi closed 2 years ago

steiditi commented 2 years ago

I was just updating my grocy docker. Since I'm not familiar with docker I always just did docker-compose up -d and was surprised that it always seemed up-to-date. Today my grocy app said that it wanted a newer version of grocy, so I had a look again on how to update docker containers and I found this: https://stackoverflow.com/questions/49316462/how-to-update-existing-images-with-docker-compose From the comments there I used:

docker-compose pull docker-compose up -d --remove-orphans docker image prune <-- I guess this will be bad for me, but I didn't know when I foolishly used it

So, I don't really know if this is the right procedure to update the container. By the way, a small entry in the grocy docker documentation, on how to update grocy docker safely, would be nice, for those who didn't study docker.

So after the update, I'm not able to access grocy with my browser:

502 Bad Gateway
nginx/1.20.2

I'm not sure, it's an error from grocy or my update procedure.

Things I tried:

restarting container rebooting using the "update" commands again searching the error on google with no success

More Info:

Have been using grocy for over a year now, but always the same old version (3.0.1) Grocy is running on a raspberry pi3b with ubuntu 20.04.4

My docker-compose.yml after my "update" (I don't have a "before" version):

---
version: "2.1"
services:
  grocy:
    image: ghcr.io/linuxserver/grocy
    container_name: grocy
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
    volumes:
      - ~/grocy/config:/config
    ports:
      - 9283:80
    restart: unless-stopped

Output of docker logs grocy:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-envfile: executing... 
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 02-tamper-check: executing... 
[cont-init.d] 02-tamper-check: exited 0.
[cont-init.d] 10-adduser: executing... 

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/

Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    1000
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing... 
[cont-init.d] 20-config: exited 0.
[cont-init.d] 30-keygen: executing... 
using keys found in /config/keys
[cont-init.d] 30-keygen: exited 0.
[cont-init.d] 50-config: executing... 
[cont-init.d] 50-config: exited 0.
[cont-init.d] 90-custom-folders: executing... 
[cont-init.d] 90-custom-folders: exited 0.
[cont-init.d] 99-custom-files: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-files: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.

Output of docker ps -a:

CONTAINER ID   IMAGE                       COMMAND    CREATED          STATUS                    PORTS                                            NAMES
0e01b91ab576   ghcr.io/linuxserver/grocy   "/init"    30 minutes ago   Up 30 minutes             443/tcp, 0.0.0.0:9283->80/tcp, :::9283->80/tcp   grocy

Output of docker inspect grocy before the "update":

[
    {
        "Id": "1bf0c09158d6fa4228f345370f585b9a214f9bb2e2bdd1bb9d97486fe48e94b7",
        "Created": "2021-07-16T15:27:14.818798763Z",
        "Path": "/init",
        "Args": [],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 1140,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2022-04-19T09:14:39.514034032Z",
            "FinishedAt": "2022-04-19T09:13:27.73877441Z"
        },
        "Image": "sha256:10ae608950ff64f4cd2f0f408a6ce53a8f6c806c0aa2bbb133dbf3da4d95ab18",
        "ResolvConfPath": "/var/lib/docker/containers/1bf0c09158d6fa4228f345370f585b9a214f9bb2e2bdd1bb9d97486fe48e94b7/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/1bf0c09158d6fa4228f345370f585b9a214f9bb2e2bdd1bb9d97486fe48e94b7/hostname",
        "HostsPath": "/var/lib/docker/containers/1bf0c09158d6fa4228f345370f585b9a214f9bb2e2bdd1bb9d97486fe48e94b7/hosts",
        "LogPath": "/var/lib/docker/containers/1bf0c09158d6fa4228f345370f585b9a214f9bb2e2bdd1bb9d97486fe48e94b7/1bf0c09158d6fa4228f345370f585b9a214f9bb2e2bdd1bb9d97486fe48e94b7-json.log",
        "Name": "/grocy",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/root/grocy/config:/config:rw"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "grocy_default",
            "PortBindings": {
                "80/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "9283"
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": [],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "host",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "KernelMemory": 0,
            "KernelMemoryTCP": 0,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/0eb7c637db02f3cdcb1767f8e8585b303439689a5e9010d74fddcefde1d42198-init/diff:/var/lib/docker/overlay2/4d52880bbe1b0f8c58b997c0ab670e7bfaf22bf19f8830b49b25d74ea5486b94/diff:/var/lib/docker/overlay2/7e65cfbdbd23b10604ea2d98f7a9b521b05f288293a2bb727eba2ce6a1b989ea/diff:/var/lib/docker/overlay2/bea6e5579e2d932459caaaf796cad4d1bda17717df813d3a25d6a8dd192ca67c/diff:/var/lib/docker/overlay2/e756871611a4ea1981e06c2fe0cb1aeba1251845ec07ec242deb46d448571980/diff:/var/lib/docker/overlay2/56a5d100daea98a6cc9293f182046c2e1a95222a1475decbc109bf43ed812356/diff:/var/lib/docker/overlay2/52f4d991e0f7a7e1c555e692877b885a60e5776e0d4ce0c24f4e5990c0fc14b9/diff:/var/lib/docker/overlay2/f060f722eaa86129276462a431d3c52172dcd5357cfa04a1de8c23b4a18cac85/diff:/var/lib/docker/overlay2/6b17b56307a2c372bc60af86921eb765bbcb0b0a17379d675177af87ab2ce90e/diff:/var/lib/docker/overlay2/fdf33ceccd2614cc6091847dfca79350d9d4687b737e6bb71080c194593a042e/diff:/var/lib/docker/overlay2/5819c966dc63980212044f44a240da66f78c9a4e8395197ca7468d3568a3f7f6/diff",
                "MergedDir": "/var/lib/docker/overlay2/0eb7c637db02f3cdcb1767f8e8585b303439689a5e9010d74fddcefde1d42198/merged",
                "UpperDir": "/var/lib/docker/overlay2/0eb7c637db02f3cdcb1767f8e8585b303439689a5e9010d74fddcefde1d42198/diff",
                "WorkDir": "/var/lib/docker/overlay2/0eb7c637db02f3cdcb1767f8e8585b303439689a5e9010d74fddcefde1d42198/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/root/grocy/config",
                "Destination": "/config",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "1bf0c09158d6",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "443/tcp": {},
                "80/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PUID=1000",
                "PGID=1000",
                "TZ=Europe/Berlin",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
                "HOME=/root",
                "TERM=xterm"
            ],
            "Cmd": null,
            "Image": "ghcr.io/linuxserver/grocy",
            "Volumes": {
                "/config": {}
            },
            "WorkingDir": "",
            "Entrypoint": [
                "/init"
            ],
            "OnBuild": null,
            "Labels": {
                "build_version": "Linuxserver.io version:- v3.0.1-ls112 Build-date:- 2021-07-08T07:55:30+00:00",
                "com.docker.compose.config-hash": "5f27fdf989b439ce3fa5b6fdb51d4c4494908a6c191e07c938dea4559400e2c5",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "grocy",
                "com.docker.compose.project.config_files": "docker-compose.yml",
                "com.docker.compose.project.working_dir": "/home/ubuntu/grocy",
                "com.docker.compose.service": "grocy",
                "com.docker.compose.version": "1.29.2",
                "maintainer": "alex-phillips, homerr",
                "org.opencontainers.image.authors": "linuxserver.io",
                "org.opencontainers.image.created": "2021-07-08T07:55:30+00:00",
                "org.opencontainers.image.description": "[Grocy](https://github.com/grocy/grocy) is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility.    Keep track of your purchases, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool    For more information on grocy visit their website and check it out: https://grocy.info  ",
                "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-grocy",
                "org.opencontainers.image.licenses": "GPL-3.0-only",
                "org.opencontainers.image.ref.name": "d926af5bd99529790c5049670ae9c917ad4369f3",
                "org.opencontainers.image.revision": "d926af5bd99529790c5049670ae9c917ad4369f3",
                "org.opencontainers.image.source": "https://github.com/linuxserver/docker-grocy",
                "org.opencontainers.image.title": "Grocy",
                "org.opencontainers.image.url": "https://github.com/linuxserver/docker-grocy/packages",
                "org.opencontainers.image.vendor": "linuxserver.io",
                "org.opencontainers.image.version": "v3.0.1-ls112"
            }
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "fa52ddfd6d5c3fa7f711e59d6712e3c3a1f8510cd777930181124ed240b3052c",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": {
                "443/tcp": null,
                "80/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "9283"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "9283"
                    }
                ]
            },
            "SandboxKey": "/var/run/docker/netns/fa52ddfd6d5c",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "grocy_default": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "1bf0c09158d6",
                        "grocy"
                    ],
                    "NetworkID": "536c6b2711afbbb9021825d265a3cf36653411406d0d9a263c4bbbfba10ad61d",
                    "EndpointID": "9c8f59c11125090154e00c3df206cc367e44f02b62362e1f385657f4443b6ffd",
                    "Gateway": "172.18.0.1",
                    "IPAddress": "172.18.0.2",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:12:00:02",
                    "DriverOpts": null
                }
            }
        }
    }
]

Output of docker inspect grocy after the "update":

[
    {
        "Id": "8dfb09548bdc933451bb809b92f60d923a85a25d6c2a09bec7cb4c9454372074",
        "Created": "2022-04-19T10:39:30.119412563Z",
        "Path": "/init",
        "Args": [],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 1133,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2022-04-19T10:44:57.724355107Z",
            "FinishedAt": "2022-04-19T10:43:43.687095767Z"
        },
        "Image": "sha256:38f6869a82b119167ff5365b467484e75af8533de7288a70ce4e064c66310477",
        "ResolvConfPath": "/var/lib/docker/containers/8dfb09548bdc933451bb809b92f60d923a85a25d6c2a09bec7cb4c9454372074/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/8dfb09548bdc933451bb809b92f60d923a85a25d6c2a09bec7cb4c9454372074/hostname",
        "HostsPath": "/var/lib/docker/containers/8dfb09548bdc933451bb809b92f60d923a85a25d6c2a09bec7cb4c9454372074/hosts",
        "LogPath": "/var/lib/docker/containers/8dfb09548bdc933451bb809b92f60d923a85a25d6c2a09bec7cb4c9454372074/8dfb09548bdc933451bb809b92f60d923a85a25d6c2a09bec7cb4c9454372074-json.log",
        "Name": "/grocy",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/root/grocy/config:/config:rw"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "grocy_default",
            "PortBindings": {
                "80/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "9283"
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": [],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "host",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "KernelMemory": 0,
            "KernelMemoryTCP": 0,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/268c4c2c26834447a61eb36979eca4eb44d79c467f09269ff2b36ac30734e438-init/diff:/var/lib/docker/overlay2/2818b2f256c941475104dfb47c3d94cead8d6cd90a8269fe85ee3abe979daad5/diff:/var/lib/docker/overlay2/4a51c33cb5724c66f8d8a3b705e938c8574416892adf95a70578416b1fd456a5/diff:/var/lib/docker/overlay2/d113a50a206e1dbb635698abd8e639374c2d034204bda41e7e51c2c51ef67fa9/diff:/var/lib/docker/overlay2/3530e2c60df92869de377f8c2c81cd6f485bb30a3aaece31f3222a430f1a16c7/diff:/var/lib/docker/overlay2/2592ee0d2c5ac9909396659c0044224cfa2e82cecc27183b891080257228f982/diff:/var/lib/docker/overlay2/8d189e6ec808ec853e1716d0df24cb77bb24c2fe5b4647fb64c9a9d1a32aa804/diff:/var/lib/docker/overlay2/1e7b337b813717097937defff4db2a6d19cfe1855f3ae4dd209857ae68cf46cd/diff:/var/lib/docker/overlay2/26dc105c2ad171b763bf1e2f3534423cde29f883a6750878a78579ef19a9c053/diff:/var/lib/docker/overlay2/6e020314c45f747c9a80bba76f4f83b80d747bee06157e3133e2c887235cd524/diff:/var/lib/docker/overlay2/fcd820d30bb2200d2e0fc07375f75e4946ec3eb350b918c03d5c034a7ce0f5d4/diff",
                "MergedDir": "/var/lib/docker/overlay2/268c4c2c26834447a61eb36979eca4eb44d79c467f09269ff2b36ac30734e438/merged",
                "UpperDir": "/var/lib/docker/overlay2/268c4c2c26834447a61eb36979eca4eb44d79c467f09269ff2b36ac30734e438/diff",
                "WorkDir": "/var/lib/docker/overlay2/268c4c2c26834447a61eb36979eca4eb44d79c467f09269ff2b36ac30734e438/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/root/grocy/config",
                "Destination": "/config",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "8dfb09548bdc",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "443/tcp": {},
                "80/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PUID=1000",
                "PGID=1000",
                "TZ=Europe/Berlin",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
                "HOME=/root",
                "TERM=xterm"
            ],
            "Cmd": null,
            "Image": "ghcr.io/linuxserver/grocy",
            "Volumes": {
                "/config": {}
            },
            "WorkingDir": "",
            "Entrypoint": [
                "/init"
            ],
            "OnBuild": null,
            "Labels": {
                "build_version": "Linuxserver.io version:- v3.3.0-ls144 Build-date:- 2022-04-14T02:50:15-05:00",
                "com.docker.compose.config-hash": "9de07b5d4b9b2d0d73cd0a73e6e270af7539bc625257822f1e55abe1be7e8c18",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "grocy",
                "com.docker.compose.project.config_files": "docker-compose.yml",
                "com.docker.compose.project.working_dir": "/home/ubuntu/grocy",
                "com.docker.compose.service": "grocy",
                "com.docker.compose.version": "1.29.2",
                "maintainer": "alex-phillips, homerr",
                "org.opencontainers.image.authors": "linuxserver.io",
                "org.opencontainers.image.created": "2022-04-14T02:50:15-05:00",
                "org.opencontainers.image.description": "[Grocy](https://github.com/grocy/grocy) is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility.    Keep track of your purchases, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool    For more information on grocy visit their website and check it out: https://grocy.info  ",
                "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-grocy",
                "org.opencontainers.image.licenses": "GPL-3.0-only",
                "org.opencontainers.image.ref.name": "0fdd93897d55e7bcffd4e36ce4d872b07a248b67",
                "org.opencontainers.image.revision": "0fdd93897d55e7bcffd4e36ce4d872b07a248b67",
                "org.opencontainers.image.source": "https://github.com/linuxserver/docker-grocy",
                "org.opencontainers.image.title": "Grocy",
                "org.opencontainers.image.url": "https://github.com/linuxserver/docker-grocy/packages",
                "org.opencontainers.image.vendor": "linuxserver.io",
                "org.opencontainers.image.version": "v3.3.0-ls144"
            }
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "a36d604ae2f24bd74d4dadc577b36d350ea9cc3b615290ce187fb432b75048fc",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": {
                "443/tcp": null,
                "80/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "9283"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "9283"
                    }
                ]
            },
            "SandboxKey": "/var/run/docker/netns/a36d604ae2f2",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "grocy_default": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "grocy",
                        "8dfb09548bdc"
                    ],
                    "NetworkID": "536c6b2711afbbb9021825d265a3cf36653411406d0d9a263c4bbbfba10ad61d",
                    "EndpointID": "0f0b9be2fe9bf2ef92d9e9f5f183532506de6b13ed23bfccde9818a31f0de5f2",
                    "Gateway": "172.18.0.1",
                    "IPAddress": "172.18.0.2",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:12:00:02",
                    "DriverOpts": null
                }
            }
        }
    }
]

I don't really know if there's sensitive data in there, but I hope I'm fine, since I'm only running it locally, with no open ports. Would be nice to know, if theres data, that I'd better remove. If you need further information, please just leave a comment. And pardon my english, but I'm not a native speaker.

Best regards

steiditi commented 2 years ago

I guess this is the wrong project after reading through my output data. The right one is: https://github.com/linuxserver/docker-grocy Sorry, for this mistake.

jayaddison commented 2 years ago

(delayed reply, away from computer for a while) No problem - thanks for finding the relevant issue upstream @steiditi.