Merge pull request 'tor-obfs4-bridge. Stopping using named volume for data.' (#58) from feature_obfs_no_volume into master
Reviewed-on: #58
This commit is contained in:
commit
436bb456d4
|
@ -1,3 +1,5 @@
|
|||
DATA_PATH=./data
|
||||
|
||||
# Set required variables
|
||||
OR_PORT=443
|
||||
PT_PORT=444
|
||||
|
|
2
tor-obfs4-bridge/data/.gitignore
vendored
Normal file
2
tor-obfs4-bridge/data/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/*
|
||||
!/.gitignore
|
|
@ -19,12 +19,8 @@ services:
|
|||
- NICKNAME=${NICKNAME:-DockerObfs4Bridge}
|
||||
env_file: .env
|
||||
volumes:
|
||||
- data:/var/lib/tor
|
||||
- "${DATA_PATH:-./data}:/var/lib/tor"
|
||||
ports:
|
||||
- ${OR_PORT}:${OR_PORT}
|
||||
- ${PT_PORT}:${PT_PORT}
|
||||
- "${OR_PORT}:${OR_PORT}/tcp"
|
||||
- "${PT_PORT}:${PT_PORT}/tcp"
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
data:
|
||||
name: tor-obfs4-bridge-datadir-${OR_PORT}-${PT_PORT}
|
Loading…
Reference in a new issue