Browse Source

fix(docker): switch to dev.desec.io standard certificates

Peter Thomassen 8 years ago
parent
commit
b4b0b5e387
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -4,7 +4,7 @@ www:
    - "80:80"
    - "80:80"
    - "443:443"
    - "443:443"
   volumes:
   volumes:
-   - ./desec-certs/nils.dedyn.io:/etc/ssl/private
+   - ./desec-certs/dev.desec.io:/etc/ssl/private
   links:
   links:
    - static
    - static
    - api
    - api