Skip to content

Commit f17828d

Browse files
rowleyaCopilot
andauthored
Use more reliable quoting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a246879 commit f17828d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SpiNNaker-nmpiserv/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- ./nmpi.properties:/app/nmpi.properties
3131
- ./execute_pynn.bash:/app/execute_pynn.bash
3232
- /var/run/docker.sock:/var/run/docker.sock
33-
- $DATA_PATH:/mnt/data/
33+
- ${DATA_PATH}:/mnt/data/
3434

3535
networks:
3636
nmpi-network:

0 commit comments

Comments
 (0)