Skip to content

Commit

Permalink
Merge pull request #79 from nspalo/release/DLT-30-updates
Browse files Browse the repository at this point in the history
release/DLT-30-updates
  • Loading branch information
nspalo authored Nov 16, 2023
2 parents 6e01ea8 + 584a64e commit 68de80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
```

### Step 5: Accessing the site
Hit the browser at `localhost:8080`
Hit the browser at `localhost`

----

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
dockerfile: containers/nginx/Dockerfile
image: nginx:nginx-stable-alpine
ports:
- "8080:80"
- "80:80"
volumes:
- "${PATH_CONFIGS_NGINX}:/etc/nginx/conf.d/default.conf"
- "${PATH_PROJECT_SOURCE}:/var/www/html"
Expand Down

0 comments on commit 68de80c

Please sign in to comment.