Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Donga1125 authored Mar 5, 2024
1 parent 2b21717 commit 914ec57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
web:
container_name: server
image: "${DOCKER_HUB_USERNAME}/celebee-server"
image: ${DOCKER_HUB_USERNAME}/celebee-server:${GITHUB_SHA::7}"
ports:
- 8080:8080
environment:
Expand Down

0 comments on commit 914ec57

Please sign in to comment.