diff options
Diffstat (limited to 'docker-compose.local.yaml')
| -rw-r--r-- | docker-compose.local.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docker-compose.local.yaml b/docker-compose.local.yaml deleted file mode 100644 index 43f18c6b1a..0000000000 --- a/docker-compose.local.yaml +++ /dev/null @@ -1,12 +0,0 @@ -version: "3" - -services: - meta: - build: - context: . - args: - UID: 1000 - GID: 1000 - command: update - volumes: - - "./:/app" |
