We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
version: '3.8' services: bbs: image: ghcr.io/zixia/bbs.zixia.net container_name: bbs network_mode: bridge hostname: bbs.zixia.net # ⬇️ # https://github.com/docker/compose/issues/4729#issuecomment-436148318 # https://medium.com/@junwan01/quote-your-ports-in-docker-compose-file-34d9505999ad ports: - '22:22' - '23:23' - '2222:2222' expose: - 80 volumes: - /data/bbs/:/bbs environment: TZ: "Asia/Shanghai" VIRTUAL_HOST: 'bbs.zixia.net,*.bbs.zixia.net,wforum.zixia.net,*.wforum.zixia.net' LETSENCRYPT_HOST: 'bbs.zixia.net,wforum.zixia.net' HTTPS_METHOD: 'noredirect'
Read the original version at here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Read the original version at here
The text was updated successfully, but these errors were encountered: