persistent history, add podman to memory.md, user webgui
This commit is contained in:
parent
0817d7be67
commit
ce19be2e68
5 changed files with 30 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue