chore: change the env file name in the example docker compose file

This commit is contained in:
Karol Sójko 2023-02-16 09:04:18 +01:00
parent d9f5410afd
commit e3dbff6996
No known key found for this signature in database
GPG key ID: D966F68E8A92F649

View file

@ -1,7 +1,7 @@
services:
server:
image: standardnotes/server
env_file: .env.sample
env_file: .env
container_name: server_self_hosted
ports:
- 3000:3000