2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

Merge pull request #117 from offen/reset-password

Implement reset password for account users
This commit is contained in:
Frederik Ring 2019-09-23 19:51:22 +02:00 committed by GitHub
commit e9f4c48b67

View File

@ -5,7 +5,6 @@ services:
image: nginx:1.17-alpine image: nginx:1.17-alpine
volumes: volumes:
- ./nginx.conf:/etc/nginx/nginx.conf - ./nginx.conf:/etc/nginx/nginx.conf
- ./styles:/code/styles
ports: ports:
- 8080:80 - 8080:80
depends_on: depends_on: