Jackson Diógenes Neves Mourão
Results
12
comments of
Jackson Diógenes Neves Mourão
Volumes are not working. ```yaml version: '3.4' services: mongo: image: mongo restart: always ports: - 27017:27017 environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: example # volumes: # - ./volumes/mongo/data:/data/db # - ./volumes/mongo/config:/data/configdb mongo-express:...
Any news about this? Are there any workarounds?