Remove 'version' top-level compose element
This commit is contained in:
parent
b28498c945
commit
1cd03c6320
@ -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:
|
||||
|
@ -6,7 +6,6 @@
|
||||
# oobabooga :7860 :5010
|
||||
# exui :5030
|
||||
|
||||
version: '3'
|
||||
name: 'ai'
|
||||
services:
|
||||
ollama:
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: 'jafner-dev'
|
||||
version: "3.9"
|
||||
services:
|
||||
hugo:
|
||||
image: klakegg/hugo:latest
|
||||
|
Loading…
Reference in New Issue
Block a user