Skip to content

Commit

Permalink
Fix docker compose (#1708)
Browse files Browse the repository at this point in the history
Seems reasonable. Thanks for the PR!
  • Loading branch information
Plutoberth committed Nov 9, 2020
1 parent 4c31dc2 commit d0813e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -28,6 +28,7 @@ services:

nginx:
image: nginx:1.17
restart: always
volumes:
- ./conf/nginx/http.conf:/etc/nginx/nginx.conf
ports:
Expand Down

0 comments on commit d0813e7

Please sign in to comment.