Skip to content

Commit 6fc3ea2

Browse files
authored
Set default expose port to 8080
1 parent 80716f1 commit 6fc3ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ RUN set -xe; \
165165
USER wodby
166166

167167
WORKDIR ${APP_ROOT}
168-
EXPOSE 8000
168+
EXPOSE 8080
169169

170170
COPY --chown=wodby:wodby gunicorn.init.d /etc/init.d/gunicorn
171171
COPY templates /etc/gotpl/

0 commit comments

Comments
 (0)