Skip to content

Commit

Permalink
Subject: Comment out zsh history volume mount
Browse files Browse the repository at this point in the history
The commit removes the shared zsh history volume mount, which was previously linking a local directory to the container's .zsh_history file. This change isolates the container's command history, potentially improving security and preventing unintended sharing of sensitive information between the host and container environments.

If there's a specific issue tracker or reference number associated with this change, it should be added here.
  • Loading branch information
laugustyniak committed Dec 2, 2024
1 parent 225274a commit 1cbfb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
volumes:
- ./:/app
- ~/.cache:/root/.cache
- L:\docker-configs\zsh\smartass_zsh_history:/root/.zsh_history
# - L:\docker-configs\zsh\smartass_zsh_history:/root/.zsh_history
tty: true
shm_size: "2gb"
env_file:
Expand Down

0 comments on commit 1cbfb1f

Please sign in to comment.