Skip to content

Commit

Permalink
Revert "update docker compose network name"
Browse files Browse the repository at this point in the history
This reverts commit c0a3977.
  • Loading branch information
jlauritsen committed Jan 19, 2024
1 parent b0f929b commit 4b1883a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/docker/jupyter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ services:
- ai-unlimited

networks:
td-ai-unlimited:
ai-unlimited:
4 changes: 2 additions & 2 deletions deployments/docker/workspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
volumes:
- ${WORKSPACES_HOME:-./volumes/workspaces}:/etc/td
networks:
- td-ai-unlimited
- ai-unlimited

networks:
td-ai-unlimited:
ai-unlimited:

0 comments on commit 4b1883a

Please sign in to comment.