컨테이너 이름 변경
This commit is contained in:
parent
8c2e0d58d4
commit
c996370402
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
dashboard:
|
||||
dashboard-frontend:
|
||||
build: ./frontend
|
||||
container_name: dashboard
|
||||
container_name: dashboard-frontend
|
||||
expose:
|
||||
- "80"
|
||||
networks:
|
||||
|
|
@ -11,9 +11,9 @@ services:
|
|||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
restart: unless-stopped
|
||||
|
||||
monitor-api:
|
||||
dashboard-backend:
|
||||
build: ./backend
|
||||
container_name: monitor-api
|
||||
container_name: dashboard-backend
|
||||
expose:
|
||||
- "8000"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue