Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mvogl committed Jan 3, 2018
1 parent 35746d9 commit fd3c3d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Expand Up @@ -6,10 +6,11 @@ services:
environment:
- DEPLOYHOST
ports:
- "80:80"
- "443:443"
volumes:
- .:/code
- .config/certs:/etc/nginx/certs:ro
- ./config/certs:/etc/nginx/certs:ro
- ./config/nginx:/etc/nginx/conf.d
- ./static:/static
depends_on:
Expand Down

0 comments on commit fd3c3d6

Please sign in to comment.