Skip to content

Commit 96e0b0a

Browse files
0x646a73Ni-g-3l
authored andcommitted
Missing equal sign (=) in variable 'environment': ENCRYPTION_PRIMARY_KEY
1 parent a04ec74 commit 96e0b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- stringer-network
2626
environment:
2727
- SECRET_KEY_BASE=<your configuration>
28-
- ENCRYPTION_PRIMARY_KEY<your configuration>
28+
- ENCRYPTION_PRIMARY_KEY=<your configuration>
2929
- ENCRYPTION_DETERMINISTIC_KEY=<your configuration>
3030
- ENCRYPTION_KEY_DERIVATION_SALT=<your configuration>
3131
- PORT=8080

0 commit comments

Comments
 (0)