This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 80; | |
| server_name app.rehanmanzoor.me; | |
| charset utf-8; | |
| client_max_body_size 1M; | |
| location / { | |
| proxy_pass http://127.0.0.1:8001; | |
| proxy_http_version 1.1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.8' | |
| services: | |
| mariadb: | |
| image: mariadb:10.8 | |
| restart: always | |
| ports: | |
| - 3307:3306 | |
| volumes: | |
| - ./mariadb:/var/lib/mysql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2021-06-06T16:14:35.055Z","extensionVersion":"v3.4.3"} |