Skip to content

Commit

Permalink
Expose port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Dec 29, 2022
1 parent cb7ee23 commit 1b99eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
target: nginx
image: ghcr.io/kduma-oss/webprint-server/nginx
restart: always
expose:
- 80
ports:
- "8080:80"
depends_on:
Expand Down

0 comments on commit 1b99eed

Please sign in to comment.