Skip to content

Commit

Permalink
config(docker): Update port mapping in docker-compose file for podman…
Browse files Browse the repository at this point in the history
… so that the entrypoint for the nginx container is always 8080, just like the AML Blog setup (#786)
  • Loading branch information
drikusroor authored Feb 20, 2024
1 parent 4d5cdbb commit f413a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
target: runner
command: nginx -g 'daemon off;'
ports:
- 3000:80
- 8080:80
depends_on:
- client-builder
- server
Expand Down

0 comments on commit f413a4a

Please sign in to comment.