Skip to content

Commit

Permalink
fix(ansible): start web server on port 80
Browse files Browse the repository at this point in the history
due to sztp config we using

Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed May 29, 2024
1 parent a615e5d commit c69906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
volumes:
- ./sztp/my-boot-image.img:/usr/local/apache2/htdocs/my-boot-image.img
ports:
- 8082:80
- 80:80
networks:
- opi

Expand Down

0 comments on commit c69906f

Please sign in to comment.