Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shashinma authored Jan 15, 2024
1 parent bf4ac9e commit d20f01b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
>docker-compose.yml
```yml
version: '3.8'
name: compose_name
name: rtcservices
services:
phoneedit:
container_name: container_name
container_name: phoneedit
image: ghcr.io/shashinma/phoneedit:latest
build:
context: .
dockerfile: Dockerfile
ports:
- <port>:8080
- 5000:8080
environment:
ASPNETCORE_ENVIRONMENT: Production
ConnectionStrings__IdentityContext: DataSource=IdentityContext.db;Cache=Shared
ConnectionStrings__PhoneBookContext: Server=<mysql_server_ip>;Database=<mysql_db_name>;user=<username>;password=<password>
USERNAME: your_username
PASSWORD: your_password
DefaultUser__Username: your_username
DefaultUser__Password: your_password
```

0 comments on commit d20f01b

Please sign in to comment.