Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
shashinma committed Jan 15, 2024
2 parents 4a67812 + d20f01b commit 7bce16a
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 7bce16a

Please sign in to comment.