ソースを参照

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

Karol Sójko 2 年 前
コミット
e3dbff6996
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docker-compose.example.yml

+ 1 - 1
docker-compose.example.yml

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