Skip to content

Commit

Permalink
refactor : ec2 레디스 컨테이너와 네트워크 연동 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom authored Aug 13, 2024
1 parent b6a42f5 commit 223efc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-alarm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
ports:
- '8081:8081'
networks:
- app-network
- yapp-network

networks:
app-network:
driver: bridge
yapp-network:
external: true

0 comments on commit 223efc1

Please sign in to comment.