change env file named
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
name: flatnotes
|
||||
services:
|
||||
flatnotes:
|
||||
image: ${FLATNOTES_IMAGE}:${FLATNOTES_TAG}
|
||||
@@ -14,7 +15,7 @@ services:
|
||||
PGID: ${GID:-1000}
|
||||
TZ: ${TZ}
|
||||
env_file:
|
||||
- path: ../env/.env.flatnotes
|
||||
- path: ../env/flatnotes.env
|
||||
volumes:
|
||||
- ${DOCKERDIR}/flatnotes:/data
|
||||
# Optional. Allows you to save the search index in a different location:
|
||||
|
||||
Reference in New Issue
Block a user