Remove 'version' top-level compose element
This commit is contained in:
parent
b28498c945
commit
1cd03c6320
@ -1,4 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
5etools-docker:
|
5etools-docker:
|
||||||
container_name: 5etools-docker
|
container_name: 5etools-docker
|
||||||
@ -8,7 +7,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8080:80/tcp
|
- 8080:80/tcp
|
||||||
environment:
|
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.
|
#- OFFLINE_MODE=TRUE # Optional. Expects "TRUE" or "FALSE". Disables checking for new updates.
|
||||||
|
|
||||||
# Uncomment this block to use a docker-managed volume:
|
# Uncomment this block to use a docker-managed volume:
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
# oobabooga :7860 :5010
|
# oobabooga :7860 :5010
|
||||||
# exui :5030
|
# exui :5030
|
||||||
|
|
||||||
version: '3'
|
|
||||||
name: 'ai'
|
name: 'ai'
|
||||||
services:
|
services:
|
||||||
ollama:
|
ollama:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: 'jafner-dev'
|
name: 'jafner-dev'
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
hugo:
|
hugo:
|
||||||
image: klakegg/hugo:latest
|
image: klakegg/hugo:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user