Commit 1962084 1 parent bfc9537 commit 1962084 Copy full SHA for 1962084
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ version: '3'
16
16
17
17
services:
18
18
enokey:
19
- build : enoflag/enokey
19
+ image : enoflag/enokey
20
20
volumes:
21
21
- ./data:/enokey/data
22
22
restart: on-failure
23
23
ports:
24
24
- "80:8000"
25
- environment:
26
- - ROCKET_PORT=8000
27
- - ROCKET_ENV=production
28
- - ROCKET_LOG=normal
29
- - ROCKET_SECRET_KEY=whs/vijJnEoWN9Xgf25oJDn2yUtvsNuhm0eMNxZe6CI=
30
- - ADMIN_SERVERS=root@very.import.server:8022
31
- - ADMIN_PSK=HIGHLYSECRET
32
- - USER_SERVERS=root@boring.server
33
- - USER_PSK=NOTSOSECRET
34
- - RUST_BACKTRACE=1
25
+ environment:
26
+ - ROCKET_PORT=8000
27
+ - ROCKET_ENV=production
28
+ - ROCKET_LOG=normal
29
+ - ROCKET_SECRET_KEY=whs/vijJnEoWN9Xgf25oJDn2yUtvsNuhm0eMNxZe6CI=
30
+ - ADMIN_SERVERS=root@very.import.server:8022
31
+ - ADMIN_PSK=HIGHLYSECRET
32
+ - USER_SERVERS=root@boring.server
33
+ - USER_PSK=NOTSOSECRET
34
+ - RUST_BACKTRACE=1
35
35
```
You can’t perform that action at this time.
0 commit comments