We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7ee23 commit 1b99eedCopy full SHA for 1b99eed
1 file changed
docker-compose-prod.yml
@@ -7,6 +7,8 @@ services:
7
target: nginx
8
image: ghcr.io/kduma-oss/webprint-server/nginx
9
restart: always
10
+ expose:
11
+ - 80
12
ports:
13
- "8080:80"
14
depends_on:
0 commit comments