Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker无法拉取 #1

Open
linxinxiaotuanzi opened this issue Jun 5, 2024 · 1 comment
Open

docker无法拉取 #1

linxinxiaotuanzi opened this issue Jun 5, 2024 · 1 comment

Comments

@linxinxiaotuanzi
Copy link

image
docker无法拉取

@linxinxiaotuanzi
Copy link
Author

我更改了镜像
version: '3.5'

services:
torstatus:
build: .
restart: always
ports:
# Website port
#- 8000:80

  # 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

adminer:
image: dockette/adminer
restart: always
ports:
- 8888:80
可以拉取
image
make update
的时候报错了
image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant