Skip to content

Commit

Permalink
Renew the license
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Dec 16, 2024
1 parent 4fd5b81 commit 500a7e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Create a container with typical port mapping:

Here is an example on how to build the image manually:

cd latest ; docker build --no-cache --build-arg "LICENSE=A00Y00-1KWH10-REFG92-T9JF97-TBXC06" -t plesk/plesk .
cd latest ; docker build --no-cache --build-arg "LICENSE=A00C00-KF1111-7W5V74-YCJQ36-G8EF47" -t plesk/plesk .

Create a container to test the image:

Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ../latest/
args:
LICENSE: A00Y00-1KWH10-REFG92-T9JF97-TBXC06
LICENSE: A00C00-KF1111-7W5V74-YCJQ36-G8EF47
logging:
driver: none
ports:
Expand Down
2 changes: 1 addition & 1 deletion windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Use Docker host IP address and 8880 port for URL to open it in the browser. The

You can start the process of building Docker image with the following command:

docker build --no-cache --build-arg "LICENSE=A00Y00-1KWH10-REFG92-T9JF97-TBXC06" -t plesk/plesk-windows .
docker build --no-cache --build-arg "LICENSE=A00C00-KF1111-7W5V74-YCJQ36-G8EF47" -t plesk/plesk-windows .

# How To Use Plesk Image On AWS EC2

Expand Down

0 comments on commit 500a7e7

Please sign in to comment.