Skip to content

Commit

Permalink
Merge pull request #75 from UBC-MDS/docker-compose.yml-platform
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
rorywhite200 authored Dec 6, 2023
2 parents 59f0d3b + 3491c9d commit 7a36cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
services:
analysis-env:
platform: linux/amd64
image: wenyunie/dsci522-rocker-speed-dating:milestone2 # This is going to be replaced by our customized computational environment image
ports:
- "8787:8787"
volumes:
- .:/home/rstudio
environment:
PASSWORD: key_to_dating
PASSWORD: key_to_dating

0 comments on commit 7a36cf5

Please sign in to comment.