Skip to content

Commit

Permalink
second
Browse files Browse the repository at this point in the history
  • Loading branch information
shclub committed Jul 13, 2022
1 parent 5188c09 commit b67891f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,15 @@ oc login https://api.211-34-231-81.nip.io:6443 -u shclub-admin -p New1234! --ins
```bash
https://211.252.87.34:30000/
```

<br/>

## KT Cloud KTP 상품

<br/>

```bash
https://cloud.kt.com/portal/user-guide/Container-container-guide
```


13 changes: 1 addition & 12 deletions chapter2.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ version: '3.3'
services:
frontend:
image: ghcr.io/shclub/edu12-3:master
container_name: frontend
depends_on:
- backend
environment:
Expand All @@ -420,18 +421,6 @@ services:
SPRING_PROFILES_ACTIVE: dev
ports:
- 8092:8080
db:
image: mysql
restart: always
volumes:
- ./mysql/:/var/lib/mysql/
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: edu1234
MYSQL_USER: edu
MYSQL_PASSWORD: edu1234
MYSQL_DATABASE: edu
```
<br/>
Expand Down

0 comments on commit b67891f

Please sign in to comment.