persistent history, add podman to memory.md, user webgui

This commit is contained in:
arjan 2026-05-20 14:46:24 +02:00
parent 0817d7be67
commit ce19be2e68
5 changed files with 30 additions and 20 deletions

View file

@ -1,7 +1,7 @@
# compose.yml
version: '3.8'
#volumes:
# projectname-bashhistory: # Define named volume for bash history
volumes:
projectname-bashhistory: # Define named volume for bash history
# Note: The 'bashhistory' service is used to persist bash history data across different containers.
services:
@ -18,6 +18,6 @@ services:
dockerfile: Containerfile
volumes:
- ..:/workspace:cached # Mount parent directory to workspace
# - projectname-bashhistory:/commandhistory:z # Mount the named volume to /commandhistory in devcontainer service
- projectname-bashhistory:/commandhistory:z # Mount the named volume to /commandhistory in devcontainer service
command: sleep infinity