Skip to content

Commit

Permalink
fix : docker-compose image 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji-hoon96 committed Aug 12, 2024
1 parent 2c1d93c commit 8f3696a
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
@@ -1,7 +1,7 @@
version: '3'
services:
nextjs-app:
image: ${DOCKERHUB_USERNAME}/snappy:latest
image: jihoonyhoon/snappy:latest
ports:
- '3000:3000'
restart: always

0 comments on commit 8f3696a

Please sign in to comment.