Skip to content

Commit

Permalink
🔨 Update ports value in demo_compose.yaml
Browse files Browse the repository at this point in the history
This update allows to forward port in a virtual machine

It allows the application to be run in a virtual machine with docker-compose and to be used on a host machine (for example Windows)
  • Loading branch information
Gjacquenot authored Mar 17, 2023
1 parent 2c20043 commit 15888ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ services:
volumes:
- ./res/nginx.conf:/etc/nginx/conf.d/default.conf:ro
ports:
- "127.0.0.1:8080:80"
- "8080:80"

0 comments on commit 15888ff

Please sign in to comment.