We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b25c2 commit b5cadd1Copy full SHA for b5cadd1
1 file changed
self-hosting/methods/docker-aio.mdx
@@ -69,7 +69,7 @@ The following ports are exposed:
69
-e AWS_ACCESS_KEY_ID=your-access-key \
70
-e AWS_SECRET_ACCESS_KEY=your-secret-key \
71
-e AWS_S3_BUCKET_NAME=your-bucket \
72
- plane-aio-commercial:latest
+ artifacts.plane.so/makeplane/plane-aio-commercial:stable
73
```
74
75
If you're running on an IP address, use this example:
@@ -91,7 +91,7 @@ The following ports are exposed:
91
-e AWS_S3_BUCKET_NAME=plane-app \
92
-e AWS_S3_ENDPOINT_URL=http://${MYIP}:19000 \
93
-e FILE_SIZE_LIMIT=10485760 \
94
95
96
97
2. Once it's running, you can access the Plane application on the domain you provided during the deployment.
0 commit comments