mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
Merge pull request #117 from offen/reset-password
Implement reset password for account users
This commit is contained in:
commit
e9f4c48b67
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user