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 5d58d3a commit dfb5808Copy full SHA for dfb5808
Dockerfile
@@ -80,7 +80,7 @@ ENV PATH="/app/local/bin:${PATH}"
80
81
CMD [ \
82
"/uwsgi.sh", \
83
- "--http-socket", ":80" \
+ "--http-socket", ":8000" \
84
]
85
86
EXPOSE 80
docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
- 'web-assets:/app/root/assets/'
23
- '/app/local'
24
ports:
25
- - '8000:80'
+ - '8000:8000'
26
environment:
27
# default is 120, shorten to work with compose label
28
COLUMNS: 96
0 commit comments