Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
[ALL] chore: compose network 설정 변경 (#577)
Browse files Browse the repository at this point in the history
chore: compose network 설정 변경
  • Loading branch information
Eun-chan Cho authored Oct 11, 2023
1 parent bff9328 commit 5c144f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions compose-blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ services:
- SPRING_PROFILES_ACTIVE
networks:
default:
external:
name: donggle-network
name: donggle-network
external: true
4 changes: 2 additions & 2 deletions compose-green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ services:
- SPRING_PROFILES_ACTIVE
networks:
default:
external:
name: donggle-network
name: donggle-network
external: true
4 changes: 2 additions & 2 deletions compose-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ services:
- 443:443
networks:
default:
external:
name: donggle-network
name: donggle-network
external: true

0 comments on commit 5c144f3

Please sign in to comment.