mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Increase pipelines memory
This commit is contained in:
parent
f165fd0f58
commit
990fe4d0d5
@ -16,7 +16,7 @@ WORKDIR $CONFLUENCE_HOME
|
||||
EXPOSE 8090
|
||||
EXPOSE 8091
|
||||
|
||||
CMD ["/entrypoint.py", "-fg"]
|
||||
CMD ["/entrypoint.py"]
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
RUN apt-get update \
|
||||
|
@ -15,7 +15,7 @@ WORKDIR $CONFLUENCE_HOME
|
||||
EXPOSE 8090
|
||||
EXPOSE 8091
|
||||
|
||||
CMD ["/entrypoint.py", "-fg"]
|
||||
CMD ["/entrypoint.py"]
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
RUN apk add --no-cache ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini python3 py3-jinja2
|
||||
|
@ -150,4 +150,4 @@ pipelines:
|
||||
definitions:
|
||||
services:
|
||||
docker:
|
||||
memory: 2048
|
||||
memory: 3072
|
||||
|
Loading…
Reference in New Issue
Block a user