Skip to content

Commit c7db119

Browse files
authoredMar 21, 2023
chore: rebrand (#66)
1 parent acd6ce7 commit c7db119

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+216
-216
lines changed
 

‎.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// The 'service' property is the name of the service for the container that VS Code should
1414
// use. Update this value and .devcontainer/docker-compose.yml to the real service name.
15-
"service": "radio_garden",
15+
"service": "radio_horizon",
1616

1717
// The optional 'workspaceFolder' property is the path VS Code should open by default when
1818
// connected. This is typically a file mount in .devcontainer/docker-compose.yml

‎.devcontainer/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
# Update this to the name of the service you want to work with in your docker-compose.yml file
4-
radio_garden:
4+
radio_horizon:
55
# Uncomment if you want to override the service's Dockerfile to one in the .devcontainer
66
# folder. Note that the path of the Dockerfile and context is relative to the *primary*
77
# docker-compose.yml file (the first in the devcontainer.json "dockerComposeFile"

0 commit comments

Comments
 (0)
Please sign in to comment.