mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-29 09:40:07 +01:00 
			
		
		
		
	alias
This commit is contained in:
		| @@ -55,7 +55,7 @@ services: | ||||
|       - /share/docker_data/bookstack/bookstack_app_data:/config | ||||
|     ports: | ||||
|       - 6875:80 | ||||
|     restart: always | ||||
|     restart: ${RESTART:-unless-stopped} | ||||
|     depends_on: | ||||
|       - db | ||||
|     labels: | ||||
| @@ -85,4 +85,4 @@ services: | ||||
|      | ||||
|     volumes: | ||||
|       - /share/docker_data/bookstack/bookstack_db_data:/config | ||||
|     restart: always | ||||
|     restart: ${RESTART:-unless-stopped} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user