Skip to content

Commit

Permalink
Remove 'version' top-level compose element
Browse files Browse the repository at this point in the history
  • Loading branch information
Jafner committed Jul 22, 2024
1 parent b28498c commit 1cd03c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions projects/5etools-docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
5etools-docker:
container_name: 5etools-docker
Expand All @@ -8,7 +7,7 @@ services:
ports:
- 8080:80/tcp
environment:
- IMG=FALSE # Set to TRUE to pull images from https://github.com/5etools-mirror-2/5etools-img (as a Git submodule)
- GET_IMAGES=FALSE # Set to FALSE to pull images from https://github.com/5etools-mirror-2/5etools-img (as a Git submodule)
#- OFFLINE_MODE=TRUE # Optional. Expects "TRUE" or "FALSE". Disables checking for new updates.

# Uncomment this block to use a docker-managed volume:
Expand Down
1 change: 0 additions & 1 deletion projects/local-ai/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# oobabooga :7860 :5010
# exui :5030

version: '3'
name: 'ai'
services:
ollama:
Expand Down
1 change: 0 additions & 1 deletion sites/Jafner.dev/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: 'jafner-dev'
version: "3.9"
services:
hugo:
image: klakegg/hugo:latest
Expand Down

0 comments on commit 1cd03c6

Please sign in to comment.