version: 2 services: docker-ui: hostname: wiki.flyaha.top image: requarks/wiki:latest container_name: wiki ports: - "8002:3000" environment: - DB_TYPE=mysql - DB_HOST=192.168.123.245 - DB_PORT=4000 - DB_USER=www_git - DB_PASS=Z2l0Cg== - DB_NAME=work_wiki volumes: - /home/work/apps/wiki/data:/wiki/data/ networks: default: external: name: flyaha