Skip to content

Commit

Permalink
Remove ports from compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
WisamAbbasi committed Sep 8, 2023
1 parent 7937284 commit a6429db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ In order to preserve the privacy of data, Gaussian blurring is used for image/fr
## Deploying

### Privacy-Aware Parental Control in a container
The DHT and the Analytics-API containers should be running before starting to build and run the image and container of the Privacy-Aware Parental Control.

Privacy-Aware Parental Control is intended to run in a docker container on port 6060. The Dockerfile at the root of this repo describes the container. To build and run it execute the following commands:

Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: '1'
version: '2.2'

services:
app:
image: flask-parental-control
ports:
- 6060:6060
# devices:
# - '/dev/video0:/dev/video0'
network_mode: "host"

0 comments on commit a6429db

Please sign in to comment.