Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted authored and fsck committed Mar 5, 2019
1 parent bfc9537 commit 1962084
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ version: '3'
services:
enokey:
build: enoflag/enokey
image: enoflag/enokey
volumes:
- ./data:/enokey/data
restart: on-failure
ports:
- "80:8000"
environment:
- ROCKET_PORT=8000
- ROCKET_ENV=production
- ROCKET_LOG=normal
- ROCKET_SECRET_KEY=whs/vijJnEoWN9Xgf25oJDn2yUtvsNuhm0eMNxZe6CI=
- ADMIN_SERVERS=root@very.import.server:8022
- ADMIN_PSK=HIGHLYSECRET
- USER_SERVERS=root@boring.server
- USER_PSK=NOTSOSECRET
- RUST_BACKTRACE=1
environment:
- ROCKET_PORT=8000
- ROCKET_ENV=production
- ROCKET_LOG=normal
- ROCKET_SECRET_KEY=whs/vijJnEoWN9Xgf25oJDn2yUtvsNuhm0eMNxZe6CI=
- ADMIN_SERVERS=root@very.import.server:8022
- ADMIN_PSK=HIGHLYSECRET
- USER_SERVERS=root@boring.server
- USER_PSK=NOTSOSECRET
- RUST_BACKTRACE=1
```

0 comments on commit 1962084

Please sign in to comment.