Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpackard authored Jun 14, 2024
1 parent 2066710 commit 32338b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ version: "3.5"
services:
globus-proxy:
image: tapis/globus-proxy:1.6.2
# volumes:
# - ./configschema.json:/home/tapis/configschema.json
# - ./config-local.json:/home/tapis/config.json
# - ./service.log:/home/tapis/service.log
# - ../gpsettings.json:/home/tapis/gpsettings.json
volumes:
- ./configschema.json:/home/tapis/configschema.json
- ./config-local.json:/home/tapis/config.json
- ./service.log:/home/tapis/service.log
- ../gpsettings.json:/home/tapis/gpsettings.json
container_name: globus-proxy
networks:
- tapis
Expand Down

0 comments on commit 32338b9

Please sign in to comment.