Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- ${HOME}/.ssh:/home/ubuntu/.ssh
- .:/src
- /var/run/docker.sock:/var/run/docker.sock
- ./logs:/var/log/toolbox # 🔹 New log volume
network_mode: "host"

# Example container with DooD and host file/net access
Expand All @@ -32,7 +33,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
network_mode: "host"


# Example of running the same image with different intent
app2:
image: ghcr.io/growlf/toolbox:latest
Expand All @@ -41,4 +41,7 @@ services:
stdin_open: true
tty: true
command: ["/bin/bash"]


# 🔹 Ensure a log directory exists
volumes:
logs:
1 change: 1 addition & 0 deletions toolbox
Submodule toolbox added at 5065c6