Skip to content

Commit

Permalink
minor docker compose edit
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa committed Sep 3, 2023
1 parent 945c513 commit 81dbdf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
ORG_NAME: kawaii-konnections-kk-limited

jobs:
notify:
build-push:
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
services:
tester:
build:
context: .
image: ghcr.io/kawaii-konnections-kk-limited/hayasashikan:latest
container_name: v2ray_tester
environment:
- auth=1
ports:
- 8080:8080
restart: always

0 comments on commit 81dbdf1

Please sign in to comment.