mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
chore: change the env file name in the example docker compose file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
server:
|
||||
image: standardnotes/server
|
||||
env_file: .env.sample
|
||||
env_file: .env
|
||||
container_name: server_self_hosted
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
Reference in New Issue
Block a user