Gabriel Leclerc

Results 5 comments of Gabriel Leclerc

Output from `docker-compose ps`: ```bash NAME COMMAND SERVICE STATUS PORTS docker-example-omero_database_1 "docker-entrypoint.s…" database running 5432/tcp docker-example-omero_omeroserver_1 "/usr/local/bin/entr…" omeroserver running 0.0.0.0:4063-4064->4063-4064/tcp docker-example-omero_omeroweb_1 "/usr/local/bin/entr…" omeroweb running 0.0.0.0:4080->4080/tcp ``` Here is all the...

Hey ! Interestingly, there are no logs ! ```bash sh-4.2$ pwd /opt/omero/server/OMERO.server/var sh-4.2$ ls -la total 12 drwxr-xr-x 2 omero-server omero-server 4096 Jun 29 08:56 . drwxr-xr-x 1 omero-server omero-server...

Sure ! ```sh sh-4.2$ whoami omero-server sh-4.2$ df -h / Filesystem Size Used Avail Use% Mounted on overlay 252G 7.5G 232G 4% / ```

```sh sh-4.2$ free -m total used free shared buff/cache available Mem: 7951 1308 5635 352 1007 6120 Swap: 4095 0 4095 ```

Thanks for the logs. FYI : I tried on my old Mac (without the M1 chip) and got a working installation !