Francesco
Results
2
comments of
Francesco
Hello, I have the same situation on Ubuntu 22.04. Here is my compose: ```yaml services: puter: container_name: puter image: ghcr.io/heyputer/puter:latest pull_policy: always restart: unless-stopped ports: - 4100:4100 environment: - PUID=1004...
So it looks like the container keeps restarting so I cannot make it into the shell: ```bash root@dockerstack:~# docker exec -it puter sh Error response from daemon: Container ec4a4f93b9013ec241cf51fafe7ed85afd52ad2b712bf847021aa2d371e118b3 is...