Skip to content

Commit

Permalink
chore: rm .env
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Feb 23, 2023
1 parent dbf1c01 commit 0da9216
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.log
.DS_Store
.env
2 changes: 1 addition & 1 deletion clash/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
container_name: clash
restart: unless-stopped
environment:
- CONFIG_URL=http://xxx.com/config.yml
- CONFIG_URL=${CLASH_CONFIG_URL}
volumes:
- ~/Docker/clash/config:/root/config
ports:
Expand Down

0 comments on commit 0da9216

Please sign in to comment.