diff --git a/Docker.md b/Docker.md index da57f72..e8a40f8 100644 --- a/Docker.md +++ b/Docker.md @@ -22,13 +22,14 @@ services: ports: - "8080:8080" volumes: - - mongodb-data:/data/db + - termix-data:/app/data environment: # Generate random salt here https://www.lastpass.com/features/password-generator (max 32 characters, include all characters for settings) SALT: "2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~" + PORT: "8080" volumes: - mongodb-data: + termix-data: driver: local ``` to start the container, run