Skip to content

Commit

Permalink
(~)
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahdc committed Jan 18, 2024
1 parent 17d5bba commit 38f34f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ version: "3.9"

services:
trail:
image: josiahdc/trail:latest
privileged: true
build: ./trail
image: ubuntu/squid:5.2-22.04_beta
ports:
- target: 33700
published: 33700
- target: 33710
published: 33710
- target: 3128
published: 3128
restart: always
environment:
- TZ=UTC
2 changes: 1 addition & 1 deletion gyfu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

TAG="0.8"
TAG="0.20"

# build image
docker buildx build --platform linux/amd64 -t josiahdc/trail:${TAG} ./trail --push
Empty file modified trail/openvpn/config
100755 → 100644
Empty file.

0 comments on commit 38f34f2

Please sign in to comment.