docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
245 B

3 years ago
version: "3.2"
services:
nginxWebUi-server:
image: cym1102/nginxwebui:2.5.8
volumes:
- ./nginxWebUI:/home/nginxWebUI
environment:
BOOT_OPTIONS: "--server.port=8080"
privileged: true
network_mode: "host"