version: '3' services: tokensTool: image: yangclivia/tokenstool:latest container_name: tokensTool restart: always user: root network_mode: host pid: host privileged: true volumes: - /app:/data - /var/run/docker.sock:/var/run/docker.sock command: - --deployWay=releases - --deployPosition=/data - --hotReload=true - --server.port=8081 - --pandoara_Ip=default