This commit is contained in:
Lee 2024-04-23 19:12:08 +01:00
parent a8c607b0a3
commit 4f6e6c17e3
2 changed files with 2 additions and 8 deletions

@ -20,12 +20,6 @@ git clone https://git.fascinated.cc/Paste/Docker
cd Docker
```
- Download the latest `application.yml`
```bash
wget https://git.fascinated.cc/Paste/Backend/raw/branch/master/src/main/resources/application.yml
```
- Update the `application.yml` with your configuration
- Start Paste

@ -1,4 +1,4 @@
version: '3.7'
version: '3.9'
services:
frontend:
image: fascinated/paste-frontend:latest
@ -6,7 +6,7 @@ services:
environment:
NEXT_PUBLIC_API_ENDPOINT: http://localhost:3005
ports:
- "3000:3000"
- "3000:80"
backend:
image: fascinated/paste-backend:latest
restart: always