Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 8, 2024
1 parent 78df517 commit fe8fa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
build:
context: ./webapp
args:
API_URI: ${http://${{ secrets.DEPLOY_HOST }}:8080}
API_URI: http://${ secrets.DEPLOY_HOST }:8080
networks:
- mynetwork
ports:
Expand Down

0 comments on commit fe8fa2f

Please sign in to comment.