Skip to content

Commit

Permalink
Fix: docker compose 환경변수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
RinRinPARK committed Aug 8, 2024
1 parent fc08017 commit aea7b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- phote-network

jarimage:
image: ${{ secrets.DOCKER_USERNAME }}/phote:latest
image: ${DOCKER_USERNAME}/phote:latest
restart: unless-stopped
container_name: myphote
environment:
Expand Down

0 comments on commit aea7b61

Please sign in to comment.