Skip to content

Commit

Permalink
Don't default to latest on docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jlauritsen committed Aug 19, 2024
1 parent aa750f0 commit bbf090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/docker/ai-unlimited.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
replicas: 1
platform: linux/amd64
container_name: ai-unlimited-workspaces
image: ${AI_UNLIMITED_IMAGE_NAME:-teradata/ai-unlimited-workspaces}:${AI_UNLIMITED_IMAGE_TAG:-latest}
image: ${AI_UNLIMITED_IMAGE_NAME:-teradata/ai-unlimited-workspaces}:${AI_UNLIMITED_IMAGE_TAG:-v0.2.23}
command: workspaces serve -v
restart: unless-stopped
ports:
Expand Down

0 comments on commit bbf090f

Please sign in to comment.