chore: change the env file name in the example docker compose file
This commit is contained in:
parent
d9f5410afd
commit
e3dbff6996
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
server:
|
||||
image: standardnotes/server
|
||||
env_file: .env.sample
|
||||
env_file: .env
|
||||
container_name: server_self_hosted
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
Loading…
Reference in a new issue