Skip to content

Commit

Permalink
Upgrade the Compose file format version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
goodjack committed Dec 3, 2020
1 parent 872c2b9 commit 2f57501
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.5'

services:

Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.5'

networks:
frontend:
Expand Down Expand Up @@ -848,11 +848,11 @@ services:
### MeiliSearch ##########################################
meilisearch:
image: getmeili/meilisearch:latest
volumes:
volumes:
- ${DATA_PATH_HOST}/meilisearch:/var/lib/meilisearch
ports:
ports:
- "${MEILISEARCH_HOST_PORT}:7700"
networks:
networks:
- frontend
- backend

Expand Down Expand Up @@ -1371,7 +1371,7 @@ services:
docker-in-docker:
image: docker:19.03-dind
environment:
DOCKER_TLS_SAN: DNS:docker-in-docker
DOCKER_TLS_SAN: DNS:docker-in-docker
privileged: true
volumes:
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
Expand Down

0 comments on commit 2f57501

Please sign in to comment.