Skip to content

Commit b5cadd1

Browse files
committed
minor fixes
1 parent 62b25c2 commit b5cadd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

self-hosting/methods/docker-aio.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following ports are exposed:
6969
-e AWS_ACCESS_KEY_ID=your-access-key \
7070
-e AWS_SECRET_ACCESS_KEY=your-secret-key \
7171
-e AWS_S3_BUCKET_NAME=your-bucket \
72-
plane-aio-commercial:latest
72+
artifacts.plane.so/makeplane/plane-aio-commercial:stable
7373
```
7474

7575
If you're running on an IP address, use this example:
@@ -91,7 +91,7 @@ The following ports are exposed:
9191
-e AWS_S3_BUCKET_NAME=plane-app \
9292
-e AWS_S3_ENDPOINT_URL=http://${MYIP}:19000 \
9393
-e FILE_SIZE_LIMIT=10485760 \
94-
plane-aio-commercial:latest
94+
artifacts.plane.so/makeplane/plane-aio-commercial:stable
9595
```
9696

9797
2. Once it's running, you can access the Plane application on the domain you provided during the deployment.

0 commit comments

Comments
 (0)