diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index fd4e4e9..9567323 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -16,11 +16,11 @@ services: - ..:/workspaces:cached - /var/run/docker.sock:/var/run/docker.sock - # Uncomment the next four lines if you will use a ptrace-based debugger like C++, Go, and Rust. - # cap_add: - # - SYS_PTRACE - # security_opt: - # - seccomp:unconfined + #Debugger added to the project + cap_add: + - SYS_PTRACE + security_opt: + - seccomp:unconfined # Overrides default command so things don't shut down after the process ends. command: /bin/sh -c "while sleep 1000; do :; done" diff --git a/portainer-compose.yml b/portainer-compose.yml index 0e3dbfc..037b113 100644 --- a/portainer-compose.yml +++ b/portainer-compose.yml @@ -1,4 +1,4 @@ -version: '3.8' + services: # Building and testing environment @@ -6,7 +6,7 @@ services: build: context: . dockerfile: Dockerfile - image: ghcr.io/growlf/toolbox:testing + image: ghcr.io/growlf/toolbox:latest stdin_open: true tty: true command: ["/bin/zsh"]