mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Remove version declaration in docker compose files.
This commit is contained in:
parent
82d6f6003f
commit
84e1755a57
@ -1,5 +1,3 @@
|
|||||||
version: "3.5"
|
|
||||||
|
|
||||||
# The docker-compose.yml file is not meant to be modified itself.
|
# The docker-compose.yml file is not meant to be modified itself.
|
||||||
# Instead use the following files for configurations:
|
# Instead use the following files for configurations:
|
||||||
# - .env: Environment variables for the docker-compose.yml file.
|
# - .env: Environment variables for the docker-compose.yml file.
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
version: "3.5"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nopaque:
|
nopaque:
|
||||||
environment:
|
environment:
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
version: "3.5"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nopaque:
|
nopaque:
|
||||||
environment:
|
environment:
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
version: "3.5"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user