Skip to content

Commit

Permalink
API service should also be privileged because of wait parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzdosilovic committed Oct 1, 2017
1 parent fb1a360 commit 04d83e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.prod.https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
- VIRTUAL_PORT=3000
- LETSENCRYPT_HOST=api.judge0.com
- LETSENCRYPT_EMAIL=hermanz.dosilovic@gmail.com
privileged: true
restart: always

worker:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
env_file: judge0-api.conf
ports:
- "3000:3000"
privileged: true
restart: always

worker:
Expand Down

0 comments on commit 04d83e1

Please sign in to comment.