Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- db_data:/var/lib/mysql

app:
image: ggamnunq/umc:latest
image: ggamnunq/umc:backend
container_name: spring-app
restart: always
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
- "8080:8080"

nginx:
image: ggamnunq/umc:latest
image: ggamnunq/umc:nginx
container_name: my-nginx
restart: always
ports:
Expand Down