mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Remove version declaration in docker compose files.
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user