Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Error of RAM_SIZE, setting a lower value
  • Loading branch information
Marcooo-dotcom authored Dec 12, 2024
1 parent 5cae89f commit 4eb4c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ VOLUME /storage
EXPOSE 8006 5900

ENV VERSION="13"
ENV RAM_SIZE="4G"
ENV RAM_SIZE="2G"
ENV CPU_CORES="2"
ENV DISK_SIZE="64G"

Expand Down

0 comments on commit 4eb4c3d

Please sign in to comment.