Skip to content

Commit dfb5808

Browse files
committed
use port 8000 for server by default
1 parent 5d58d3a commit dfb5808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ENV PATH="/app/local/bin:${PATH}"
8080

8181
CMD [ \
8282
"/uwsgi.sh", \
83-
"--http-socket", ":80" \
83+
"--http-socket", ":8000" \
8484
]
8585

8686
EXPOSE 80

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- 'web-assets:/app/root/assets/'
2323
- '/app/local'
2424
ports:
25-
- '8000:80'
25+
- '8000:8000'
2626
environment:
2727
# default is 120, shorten to work with compose label
2828
COLUMNS: 96

0 commit comments

Comments
 (0)