Fix the incorrect port in docker-compose
This commit is contained in:
		
							parent
							
								
									d6eeccd422
								
							
						
					
					
						commit
						a034f8f7ab
					
				| @ -42,7 +42,7 @@ services: | |||||||
|   web: |   web: | ||||||
|     build: web |     build: web | ||||||
|     ports: |     ports: | ||||||
|       - "8080:80" |       - "80:80" | ||||||
|       - "443:443" |       - "443:443" | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|     volumes: |     volumes: | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Pan Luo
						Pan Luo