Skip to content

Commit

Permalink
clinic: fix docker compose file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Oct 5, 2023
1 parent ebd6da5 commit 7137ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clinic/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
volumes:
- postgres:/data/postgres
ports:
- "5432:5432"
- 5432:5432
networks: [default]
restart: unless-stopped

Expand All @@ -28,7 +28,7 @@ services:
volumes:
- pgadmin:/root/.pgadmin
ports:
- "5433:80"
- 5433:80
networks: [default]
restart: unless-stopped

Expand Down Expand Up @@ -71,7 +71,7 @@ services:
volumes:
- hapi-data:/data/hapi
ports:
- 8080:8080
- 8090:8080
networks: [default]

networks:
Expand Down

0 comments on commit 7137ddf

Please sign in to comment.