diff --git a/README.md b/README.md index ce475d1..9faa1f8 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index 37214de..cbdad14 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -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: diff --git a/windows/README.md b/windows/README.md index 1e2c2aa..b08bd33 100644 --- a/windows/README.md +++ b/windows/README.md @@ -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