Skip to content

Commit

Permalink
Update template_docker-compose.yml volumes (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimIntegration authored Jan 6, 2025
1 parent 73d284c commit f521184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template_docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ services:
ports:
- ${LISTEN_PORT}:8888
volumes:
- quant_conf:/home/gordon/.config
- quant_data:/home/gordon/.local
- ${PWD}/Notebooks:/home/gordon/Notebooks
- quant_conf:/home/${USER}/.config
- quant_data:/home/${USER}/.local
- ${PWD}/Notebooks:/home/${USER}/Notebooks
# secrets:
# - ssh_passphrase

Expand Down

0 comments on commit f521184

Please sign in to comment.