Skip to content

Commit 90650b8

Browse files
authored
Merge pull request #1 from bbj4t/docker-compose-remote
Increase RAM and CPU resources in Dockerfile
2 parents 310163d + 08f1ca5 commit 90650b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ VOLUME /storage
3939
EXPOSE 3389 8006
4040

4141
ENV VERSION="11"
42-
ENV RAM_SIZE="4G"
43-
ENV CPU_CORES="2"
42+
ENV RAM_SIZE="8G"
43+
ENV CPU_CORES="4"
4444
ENV DISK_SIZE="64G"
4545

4646
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]

0 commit comments

Comments
 (0)