mirror of https://github.com/h44z/wg-portal.git
				
				
				
			Fix: "host" network_mode is incompatible with port_bindings (#137)
Removed port bindings.
This commit is contained in:
		
							parent
							
								
									53a6602a64
								
							
						
					
					
						commit
						112433e87a
					
				|  | @ -1,3 +1,4 @@ | ||||||
|  | --- | ||||||
| version: '3.6' | version: '3.6' | ||||||
| services: | services: | ||||||
|   wg-portal: |   wg-portal: | ||||||
|  | @ -14,7 +15,5 @@ services: | ||||||
|     volumes: |     volumes: | ||||||
|       - /etc/wireguard:/etc/wireguard |       - /etc/wireguard:/etc/wireguard | ||||||
|       - ./data:/app/data |       - ./data:/app/data | ||||||
|     ports: |  | ||||||
|       - '8123:8123' |  | ||||||
|     environment: |     environment: | ||||||
|       - EXTERNAL_URL=http://localhost:8123 |       - EXTERNAL_URL=http://localhost:8123 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue