You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tor ports
- 9001:9001
- 9030:9030
# Tor Control port
#- 9051:9051
volumes:
# Data storage for tor
- ./_data/tor:/var/lib/tor
# Local copy of torstatus website
- ./torstatus:/srv/torstatus
# Tor node configuration
- ./_config/torrc:/etc/tor/torrc:ro
# Torstatus configuration
#- ./_config/torstatus.php:/srv/torstatus/web/config.php:ro
labels: {}
db:
image: mysql:5.6
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: torstatus
MYSQL_USER: torstatus
MYSQL_PASSWORD: torstatus
volumes:
# Data storage for mysql
- ./_data/mysql:/var/lib/mysql
docker无法拉取
The text was updated successfully, but these errors were encountered: