Remove 'version' top-level compose element

This commit is contained in:
Joey Hafner 2024-07-22 10:36:52 -07:00
parent b28498c945
commit 1cd03c6320
No known key found for this signature in database
3 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
version: "3"
services:
5etools-docker:
container_name: 5etools-docker
@ -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:

View File

@ -6,7 +6,6 @@
# oobabooga :7860 :5010
# exui :5030
version: '3'
name: 'ai'
services:
ollama:

View File

@ -1,5 +1,4 @@
name: 'jafner-dev'
version: "3.9"
services:
hugo:
image: klakegg/hugo:latest