mirror of
				https://github.com/lleene/dockerconfig.git
				synced 2025-10-29 20:09:03 +01:00 
			
		
		
		
	selinux for volumes:
This commit is contained in:
		| @ -24,7 +24,7 @@ services: | |||||||
|       - type: bind |       - type: bind | ||||||
|         source: ./pgsql |         source: ./pgsql | ||||||
|         target: /var/lib/postgresql/data:z |         target: /var/lib/postgresql/data:z | ||||||
|       - ./config/pg-init-scripts:/docker-entrypoint-initdb.d |       - ./config/pg-init-scripts:/docker-entrypoint-initdb.d:z | ||||||
|     restart: always |     restart: always | ||||||
|     ports: |     ports: | ||||||
|       - "5432:5432" |       - "5432:5432" | ||||||
| @ -49,7 +49,7 @@ services: | |||||||
|     ports: |     ports: | ||||||
|       - 9000:9000 |       - 9000:9000 | ||||||
|     volumes: |     volumes: | ||||||
|       - ./mail/html:/var/www/html |       - ./mail/html:/var/www/html:z | ||||||
|  |  | ||||||
|  |  | ||||||
|   mailserver: |   mailserver: | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user