diff --git a/README.md b/README.md index 5d1c274..b733f63 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 7c2633e..49d0c40 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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